| Library: | Java EE 5 |
| Version: | 5.0.0 |
| Compatibility: | JDK 1.5 |
| Name | Package | Description |
|---|---|---|
| AccessLocalException | javax.ejb | An AccessLocalException is thrown to indicate that the caller does not have permission to call the method. |
| ApplicationServerInternalException | javax.resource.spi | An ApplicationServerInternalException is thrown
by an application
server to indicate error conditions specific to an application server. |
| BeanNotFoundException | javax.enterprise.deploy.spi.exceptions | This exception is to report that the bean is not a child of the parent bean. |
| ClientExecuteException | javax.enterprise.deploy.spi.exceptions | This exception reports errors in setting up an application client for execution. |
| CommException | javax.resource.spi | This indicates errors related to failed or interrupted communication with an EIS instance. |
| ConcurrentAccessException | javax.ejb | A ConcurrentAccessException indicates that the client has attempted an invocation on a stateful session bean while another invocation is in progress. |
| ConfigurationException | javax.enterprise.deploy.spi.exceptions | This exception reports errors in generating a configuration bean. |
| CreateException | javax.ejb | The CreateException exception must be included in the throws clauses of all create methods defined in an enterprise Bean's home interface. |
| DConfigBeanVersionUnsupportedException | javax.enterprise.deploy.spi.exceptions | This exception is to report that there is no support for the DConfigBean version requested. |
| DDBeanCreateException | javax.enterprise.deploy.model.exceptions | This exception reports errors in generating a DDBean. |
| DeploymentManagerCreationException | javax.enterprise.deploy.spi.exceptions | This exception is to report problems in returning a DeploymentManager object cause by such things as server down, unable to authenticate and the like. |
| DuplicateKeyException | javax.ejb | The DuplicateKeyException exception is thrown if an entity EJB object cannot be created because an object with the same key already exists. |
| EISSystemException | javax.resource.spi | An EISSystemException is used to indicate any EIS
specific system-level
error conditions. |
| EJBAccessException | javax.ejb | This exception indicates that client access to a business method was denied. |
| EJBException | javax.ejb | The EJBException exception is thrown by an enterprise Bean instance to its container to report that the invoked business method or callback method could not be completed because of an unexpected error (e.g. |
| EJBTransactionRequiredException | javax.ejb | This exception indicates that a request carried a null transaction context, but the target object requires an active transaction. |
| EJBTransactionRolledbackException | javax.ejb | This exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back. |
| ELException | javax.servlet.jsp.el | Represents any of the exception conditions that arise during the operation evaluation of the evaluator. |
| ELException | javax.el | Represents any of the exception conditions that can arise during expression evaluation. |
| ELParseException | javax.servlet.jsp.el | Represents a parsing error encountered while parsing an EL expression. |
| EntityExistsException | javax.persistence | Thrown by the persistence provider when EntityManager.persist(Object) is called and the entity already exists. |
| EntityNotFoundException | javax.persistence | Thrown by the persistence provider when an entity reference obtained by EntityManager.getReference(Class,Object) is accessed but the entity does not exist. |
| FinderException | javax.ejb | The FinderException exception must be included in the throws clause of every findMETHOD(...) method of an entity Bean's home interface. |
| HeuristicCommitException | javax.transaction | This exception is thrown by the rollback operation on a resource to report that a heuristic decision was made and that all relevant updates have been committed. |
| HeuristicMixedException | javax.transaction | This exception is thrown to report that a heuristic decision was made and that some relevant updates have been committed and others have been rolled back. |
| HeuristicRollbackException | javax.transaction | This exception is thrown by the commit operation to report that a heuristic decision was made and that all relevant updates have been rolled back. |
| IllegalStateException | javax.jms | This exception is thrown when a method is invoked at an illegal or inappropriate time or if the provider is not in an appropriate state for the requested operation. |
| IllegalStateException | javax.resource.spi | An IllegalStateException
is thrown from a method if the callee (resource
adapter or application server for system contracts) is in an illegal or
inappropriate state for the method invocation. |
| InvalidClientIDException | javax.jms | This exception must be thrown when a client attempts to set a connection's client ID to a value that is rejected by a provider. |
| InvalidDestinationException | javax.jms | This exception must be thrown when a destination either is not understood by a provider or is no longer valid. |
| InvalidModuleException | javax.enterprise.deploy.spi.exceptions | This exception is to report an invalid J2EE deployment module type. |
| InvalidPropertyException | javax.resource.spi | This exception is thrown to indicate invalid configuration property settings. |
| InvalidSelectorException | javax.jms | This exception must be thrown when a JMS client attempts to give a provider a message selector with invalid syntax. |
| InvalidTransactionException | javax.transaction | This exception indicates that the request carried an invalid transaction context. |
| JMSException | javax.jms | This is the root class of all JMS API exceptions. |
| JMSSecurityException | javax.jms | This exception must be thrown when a provider rejects a user name/password submitted by a client. |
| JspException | javax.servlet.jsp | A generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage machinery. |
| JspTagException | javax.servlet.jsp | Exception to be used by a Tag Handler to indicate some unrecoverable error. |
| LocalTransactionException | javax.resource.spi | A LocalTransactionException represents various
error conditions related to the local transaction management contract. |
| MessageEOFException | javax.jms | This exception must be thrown when an unexpected
end of stream has been reached when a |
| MessageFormatException | javax.jms | This exception must be thrown when a JMS client attempts to use a data type not supported by a message or attempts to read data in a message as the wrong type. |
| MessageNotReadableException | javax.jms | This exception must be thrown when a JMS client attempts to read a write-only message. |
| MessageNotWriteableException | javax.jms | This exception must be thrown when a JMS client attempts to write to a read-only message. |
| MethodNotFoundException | javax.el | Thrown when a method could not be found while evaluating a MethodExpression . |
| NonUniqueResultException | javax.persistence | Thrown by the persistence provider when getSingleResult() is executed on a query and there is more than one result from the query. |
| NoResultException | javax.persistence | Thrown by the persistence provider when getSingleResult() is executed on a query and there is no result to return. |
| NoSuchEJBException | javax.ejb | A NoSuchEJBException is thrown if an attempt is made to invoke a method on an object that no longer exists. |
| NoSuchEntityException | javax.ejb | The NoSuchEntityException exception is thrown by an Entity Bean instance to its container to report that the invoked business method or callback method could not be completed because of the underlying entity was removed from the database. |
| NoSuchObjectLocalException | javax.ejb | A NoSuchObjectLocalException is thrown if an attempt is made to invoke a method on an object that no longer exists. |
| NotSupportedException | javax.transaction | NotSupportedException exception indicates that the request cannot be executed because the operation is not a supported feature. |
| NotSupportedException | javax.resource | A NotSupportedException is thrown to indicate that
callee (resource adapter
or application server for system contracts) cannot execute an operation
because the operation is not a supported feature. |
| ObjectNotFoundException | javax.ejb | The ObjectNotFoundException exception is thrown by a finder method to indicate that the specified EJB object does not exist. |
| OperationUnsupportedException | javax.enterprise.deploy.spi.exceptions | This exception is to report that the method called is not supported by this implementation. |
| OptimisticLockException | javax.persistence | Thrown by the persistence provider when an optimistic locking conflict occurs. |
| PersistenceException | javax.persistence | Thrown by the persistence provider when a problem occurs. |
| PolicyContextException | javax.security.jacc | This checked exception is thrown by implementations of the
javax.security.jacc.PolicyConfiguration Interface, the
javax.security.jacc.PolicyConfigurationFactory abstract class,
the javax.security.jacc.PolicyContext utility class, and
implementations of the
javax.security.jacc.PolicyContextException Interface. |
| PropertyNotFoundException | javax.el | Thrown when a property could not be found while evaluating a ValueExpression or MethodExpression . |
| PropertyNotWritableException | javax.el | Thrown when a property could not be written to while setting the value on a ValueExpression . |
| RemoveException | javax.ejb | The RemoveException exception is thrown at an attempt to remove an EJB object when the enterprise Bean or the container does not allow the EJB object to be removed. |
| ResourceAdapterInternalException | javax.resource.spi | A ResourceAdapterInternalException indicates any
system-level error conditions related to a resource adapter. |
| ResourceAllocationException | javax.jms | This exception is thrown when a provider is unable to allocate the resources required by a method. |
| ResourceAllocationException | javax.resource.spi | A ResourceAllocationException can be thrown by an
application server or
resource adapter to indicate any failure to allocate system resources
(example: threads, physical connections). |
| ResourceException | javax.resource | This is the root interface of the exception hierarchy defined for the Connector architecture. |
| ResourceWarning | javax.resource.cci | A ResourceWarning provides information on warnings related to
execution of an interaction with an EIS. |
| RollbackException | javax.transaction | RollbackException exception is thrown when the transaction has been marked for rollback only or the transaction has been rolled back instead of committed. |
| RollbackException | javax.persistence | Thrown by the persistence provider when the EntityTransaction.commit() fails. |
| SecurityException | javax.resource.spi | A SecurityException indicates error conditions
related to the security
contract between an application server and resource adapter. |
| ServletException | javax.servlet | Defines a general exception a servlet can throw when it encounters difficulty. |
| SharingViolationException | javax.resource.spi | This is thrown to indicate a connection sharing violation. |
| SkipPageException | javax.servlet.jsp | Exception to indicate the calling page must cease evaluation. |
| SystemException | javax.transaction | The SystemException is thrown by the transaction manager to indicate that it has encountered an unexpected error condition that prevents future transaction services from proceeding. |
| TargetException | javax.enterprise.deploy.spi.exceptions | This exception is to report bad target designators. |
| TransactionInProgressException | javax.jms | This exception is thrown when an operation is invalid because a transaction is in progress. |
| TransactionRequiredException | javax.transaction | This exception indicates that a request carried a null transaction context, but the target object requires an active transaction. |
| TransactionRequiredException | javax.persistence | Thrown by the persistence provider when a transaction is required but is not active. |
| TransactionRequiredLocalException | javax.ejb | This exception indicates that a request carried a null transaction context, but the target object requires an active transaction. |
| TransactionRolledBackException | javax.jms | This exception must be thrown when a
call to |
| TransactionRolledbackException | javax.transaction | This exception indicates that the transaction associated with processing of the request has been rolled back, or it has been marked to roll back. |
| TransactionRolledbackLocalException | javax.ejb | This exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back. |
| UnavailableException | javax.resource.spi | This is thrown to indicate that a service is unavailable. |
| UnavailableException | javax.servlet | Defines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable. |
| WorkCompletedException | javax.resource.spi.work | This exception is thrown by a WorkManager to indicate that
a submitted Work instance has completed with an exception. |
| WorkException | javax.resource.spi.work | A common base class for all Work processing related exceptions. |
| WorkRejectedException | javax.resource.spi.work | This exception is thrown by a WorkManager to indicate
that a submitted Work instance has been rejected. |
| XAException | javax.transaction.xa | The XAException is thrown by the Resource Manager (RM) to inform the Transaction Manager of an error encountered by the involved transaction. |
| Search |




