Library:Java EE 5
Version:5.0.0
Compatibility:JDK 1.5
Exceptions in library Java EE 5.
NamePackageDescription
AccessLocalExceptionjavax.ejbAn AccessLocalException is thrown to indicate that the caller does not have permission to call the method.
ApplicationServerInternalExceptionjavax.resource.spiAn ApplicationServerInternalException is thrown by an application server to indicate error conditions specific to an application server.
BeanNotFoundExceptionjavax.enterprise.deploy.spi.exceptionsThis exception is to report that the bean is not a child of the parent bean.
ClientExecuteExceptionjavax.enterprise.deploy.spi.exceptionsThis exception reports errors in setting up an application client for execution.
CommExceptionjavax.resource.spiThis indicates errors related to failed or interrupted communication with an EIS instance.
ConcurrentAccessExceptionjavax.ejbA ConcurrentAccessException indicates that the client has attempted an invocation on a stateful session bean while another invocation is in progress.
ConfigurationExceptionjavax.enterprise.deploy.spi.exceptionsThis exception reports errors in generating a configuration bean.
CreateExceptionjavax.ejbThe CreateException exception must be included in the throws clauses of all create methods defined in an enterprise Bean's home interface.
DConfigBeanVersionUnsupportedExceptionjavax.enterprise.deploy.spi.exceptionsThis exception is to report that there is no support for the DConfigBean version requested.
DDBeanCreateExceptionjavax.enterprise.deploy.model.exceptionsThis exception reports errors in generating a DDBean.
DeploymentManagerCreationExceptionjavax.enterprise.deploy.spi.exceptionsThis exception is to report problems in returning a DeploymentManager object cause by such things as server down, unable to authenticate and the like.
DuplicateKeyExceptionjavax.ejbThe DuplicateKeyException exception is thrown if an entity EJB object cannot be created because an object with the same key already exists.
EISSystemExceptionjavax.resource.spiAn EISSystemException is used to indicate any EIS specific system-level error conditions.
EJBAccessExceptionjavax.ejbThis exception indicates that client access to a business method was denied.
EJBExceptionjavax.ejbThe 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.
EJBTransactionRequiredExceptionjavax.ejbThis exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
EJBTransactionRolledbackExceptionjavax.ejbThis exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back.
ELExceptionjavax.servlet.jsp.elRepresents any of the exception conditions that arise during the operation evaluation of the evaluator.
ELExceptionjavax.elRepresents any of the exception conditions that can arise during expression evaluation.
ELParseExceptionjavax.servlet.jsp.elRepresents a parsing error encountered while parsing an EL expression.
EntityExistsExceptionjavax.persistenceThrown by the persistence provider when EntityManager.persist(Object) is called and the entity already exists.
EntityNotFoundExceptionjavax.persistenceThrown by the persistence provider when an entity reference obtained by EntityManager.getReference(Class,Object) is accessed but the entity does not exist.
FinderExceptionjavax.ejbThe FinderException exception must be included in the throws clause of every findMETHOD(...) method of an entity Bean's home interface.
HeuristicCommitExceptionjavax.transactionThis 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.
HeuristicMixedExceptionjavax.transactionThis 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.
HeuristicRollbackExceptionjavax.transactionThis exception is thrown by the commit operation to report that a heuristic decision was made and that all relevant updates have been rolled back.
IllegalStateExceptionjavax.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.

IllegalStateExceptionjavax.resource.spiAn 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.
InvalidClientIDExceptionjavax.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.

InvalidDestinationExceptionjavax.jms

This exception must be thrown when a destination either is not understood by a provider or is no longer valid.

InvalidModuleExceptionjavax.enterprise.deploy.spi.exceptionsThis exception is to report an invalid J2EE deployment module type.
InvalidPropertyExceptionjavax.resource.spiThis exception is thrown to indicate invalid configuration property settings.
InvalidSelectorExceptionjavax.jms

This exception must be thrown when a JMS client attempts to give a provider a message selector with invalid syntax.

InvalidTransactionExceptionjavax.transactionThis exception indicates that the request carried an invalid transaction context.
JMSExceptionjavax.jms

This is the root class of all JMS API exceptions.

JMSSecurityExceptionjavax.jms

This exception must be thrown when a provider rejects a user name/password submitted by a client.

JspExceptionjavax.servlet.jspA generic exception known to the JSP engine; uncaught JspExceptions will result in an invocation of the errorpage machinery.
JspTagExceptionjavax.servlet.jspException to be used by a Tag Handler to indicate some unrecoverable error.
LocalTransactionExceptionjavax.resource.spiA LocalTransactionException represents various error conditions related to the local transaction management contract.
MessageEOFExceptionjavax.jms

This exception must be thrown when an unexpected end of stream has been reached when a StreamMessage or BytesMessage is being read.

MessageFormatExceptionjavax.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.

MessageNotReadableExceptionjavax.jms

This exception must be thrown when a JMS client attempts to read a write-only message.

MessageNotWriteableExceptionjavax.jms

This exception must be thrown when a JMS client attempts to write to a read-only message.

MethodNotFoundExceptionjavax.elThrown when a method could not be found while evaluating a MethodExpression .
NonUniqueResultExceptionjavax.persistenceThrown by the persistence provider when getSingleResult() is executed on a query and there is more than one result from the query.
NoResultExceptionjavax.persistenceThrown by the persistence provider when getSingleResult() is executed on a query and there is no result to return.
NoSuchEJBExceptionjavax.ejbA NoSuchEJBException is thrown if an attempt is made to invoke a method on an object that no longer exists.
NoSuchEntityExceptionjavax.ejbThe 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.
NoSuchObjectLocalExceptionjavax.ejbA NoSuchObjectLocalException is thrown if an attempt is made to invoke a method on an object that no longer exists.
NotSupportedExceptionjavax.transactionNotSupportedException exception indicates that the request cannot be executed because the operation is not a supported feature.
NotSupportedExceptionjavax.resourceA 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.
ObjectNotFoundExceptionjavax.ejbThe ObjectNotFoundException exception is thrown by a finder method to indicate that the specified EJB object does not exist.
OperationUnsupportedExceptionjavax.enterprise.deploy.spi.exceptionsThis exception is to report that the method called is not supported by this implementation.
OptimisticLockExceptionjavax.persistenceThrown by the persistence provider when an optimistic locking conflict occurs.
PersistenceExceptionjavax.persistenceThrown by the persistence provider when a problem occurs.
PolicyContextExceptionjavax.security.jaccThis 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.
PropertyNotFoundExceptionjavax.elThrown when a property could not be found while evaluating a ValueExpression or MethodExpression .
PropertyNotWritableExceptionjavax.elThrown when a property could not be written to while setting the value on a ValueExpression .
RemoveExceptionjavax.ejbThe 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.
ResourceAdapterInternalExceptionjavax.resource.spiA ResourceAdapterInternalException indicates any system-level error conditions related to a resource adapter.
ResourceAllocationExceptionjavax.jms

This exception is thrown when a provider is unable to allocate the resources required by a method.

ResourceAllocationExceptionjavax.resource.spiA ResourceAllocationException can be thrown by an application server or resource adapter to indicate any failure to allocate system resources (example: threads, physical connections).
ResourceExceptionjavax.resourceThis is the root interface of the exception hierarchy defined for the Connector architecture.
ResourceWarningjavax.resource.cciA ResourceWarning provides information on warnings related to execution of an interaction with an EIS.
RollbackExceptionjavax.transactionRollbackException exception is thrown when the transaction has been marked for rollback only or the transaction has been rolled back instead of committed.
RollbackExceptionjavax.persistenceThrown by the persistence provider when the EntityTransaction.commit() fails.
SecurityExceptionjavax.resource.spiA SecurityException indicates error conditions related to the security contract between an application server and resource adapter.
ServletExceptionjavax.servletDefines a general exception a servlet can throw when it encounters difficulty.
SharingViolationExceptionjavax.resource.spiThis is thrown to indicate a connection sharing violation.
SkipPageExceptionjavax.servlet.jspException to indicate the calling page must cease evaluation.
SystemExceptionjavax.transactionThe SystemException is thrown by the transaction manager to indicate that it has encountered an unexpected error condition that prevents future transaction services from proceeding.
TargetExceptionjavax.enterprise.deploy.spi.exceptionsThis exception is to report bad target designators.
TransactionInProgressExceptionjavax.jms

This exception is thrown when an operation is invalid because a transaction is in progress.

TransactionRequiredExceptionjavax.transactionThis exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
TransactionRequiredExceptionjavax.persistenceThrown by the persistence provider when a transaction is required but is not active.
TransactionRequiredLocalExceptionjavax.ejbThis exception indicates that a request carried a null transaction context, but the target object requires an active transaction.
TransactionRolledBackExceptionjavax.jms

This exception must be thrown when a call to Session.commit results in a rollback of the current transaction.

TransactionRolledbackExceptionjavax.transactionThis exception indicates that the transaction associated with processing of the request has been rolled back, or it has been marked to roll back.
TransactionRolledbackLocalExceptionjavax.ejbThis exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back.
UnavailableExceptionjavax.resource.spiThis is thrown to indicate that a service is unavailable.
UnavailableExceptionjavax.servletDefines an exception that a servlet or filter throws to indicate that it is permanently or temporarily unavailable.
WorkCompletedExceptionjavax.resource.spi.workThis exception is thrown by a WorkManager to indicate that a submitted Work instance has completed with an exception.
WorkExceptionjavax.resource.spi.workA common base class for all Work processing related exceptions.
WorkRejectedExceptionjavax.resource.spi.workThis exception is thrown by a WorkManager to indicate that a submitted Work instance has been rejected.
XAExceptionjavax.transaction.xaThe XAException is thrown by the Resource Manager (RM) to inform the Transaction Manager of an error encountered by the involved transaction.
Search