| Library: | J2EE |
| Version: | 1.4 |
| Compatibility: | JDK 1.4 |
| 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 | A ApplicationServerInternalException is thrown to indicate error conditions specific to the Applcation server. |
| BeanNotFoundException | javax.enterprise.deploy.spi.exceptions | Errors when a bean is not found |
| ClientExecuteException | javax.enterprise.deploy.spi.exceptions | Errors setting up an application client |
| CommException | javax.resource.spi | A CommException indicates error conditions related to failed or interrupted communication with an underlying resource. |
| ConfigurationException | javax.enterprise.deploy.spi.exceptions | Errors while generating a configuration bean |
| CreateException | javax.ejb | The CreateException exception must be included in the throws clauses of all create(...) methods define in an enterprise Bean's remote interface. |
| DConfigBeanVersionUnsupportedException | javax.enterprise.deploy.spi.exceptions | Errors when a j2ee version is not supported |
| DDBeanCreateException | javax.enterprise.deploy.model.exceptions | Errors while generating a DDBean |
| DeleteException | javax.xml.registry | No description provided. |
| DeploymentManagerCreationException | javax.enterprise.deploy.spi.exceptions | Errors while generating a Deployment manager |
| 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 | A EISSystemException is used to indicate EIS specific error conditios. |
| 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. |
| FinderException | javax.ejb | The FinderException exception must be included in the throws clause of every findMETHOD(...) method of an entity Bean's home interface. |
| FindException | javax.xml.registry | No description provided. |
| HeuristicCommitException | javax.transaction | This exception is meant to be 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 some parts of the transaction have been committed while other parts 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 | A IllegalStateException is thrown when a method has been invoked on an object which is in the wrong state to execute the method. |
| 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 | Errors when a module is not valid |
| InvalidPropertyException | javax.resource.spi | Represents invalid configuration properties |
| InvalidRequestException | javax.xml.registry | No description provided. |
| 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 an invalid transaction. |
| JAXBException | javax.xml.bind | This is the root exception class for all JAXB exceptions. |
| JAXRException | javax.xml.registry | No description provided. |
| JAXRPCException | javax.xml.rpc | No description provided. |
| 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. |
| LocalTransactionException | javax.resource.spi | A LocalTransactionException represents various error conditions related to local transaction management. |
| MarshalException | javax.xml.bind | This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from. |
| 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. |
| 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 | The NotSupportedException exception indicates that an operation is not supported. |
| NotSupportedException | javax.resource | A NotSupportedException is thrown to indicate that the 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 | Errors when a method is not supported |
| PolicyContextException | javax.security.jacc | This checked exception is thrown by the policy context and configuration classes. |
| PropertyException | javax.xml.bind | This exception indicates that an error was encountered while getting or setting a property. |
| RegistryException | javax.xml.registry | No description provided. |
| 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 to indicate a failure to allocate system resources such as threads or physical connections. |
| ResourceException | javax.resource | This is the root exception for the exception hierarchy defined for the connector architecture. |
| ResourceWarning | javax.resource.cci | ResourceWarning provides information on warnings generated by the underlying resource. |
| RollbackException | javax.transaction | The RollbackException exception indicates that either the transaction has been rolled back or an operation cannot complete because the transaction is marked for rollback only. |
| SaveException | javax.xml.registry | No description provided. |
| SecurityException | javax.resource.spi | A SecurityException indicates error conditions related to the security contract between an application server and a resource adapter. |
| ServiceException | javax.xml.rpc | No description provided. |
| SharingViolationException | javax.resource.spi | Thrown when a shared connection is used in an unshareable manner. |
| SOAPException | javax.xml.soap | No description provided. |
| SOAPFaultException | javax.xml.rpc.soap | The SOAPFaultException exception represents a SOAP fault. |
| SystemException | javax.transaction | This exception is thrown to indicate that the transaction manager has encountered an unexpected error condition that prevents future transaction services from proceeding. |
| TargetException | javax.enterprise.deploy.spi.exceptions | Errors in targets |
| 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 remote invocation request carried a null transaction context, but that an active transaction context was needed. |
| TransactionRequiredLocalException | javax.ejb | This exception indicates that a request carried a null transaction context, but the target object requires an activate transaction. |
| TransactionRolledBackException | javax.jms | This exception must be thrown when a
call to |
| TransactionRolledbackException | javax.transaction | This exception indicates that the transaction context carried in the remote invocation has been rolled back, or was marked for roll back only. |
| 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 | Thrown when a service is unavailable |
| UnexpectedObjectException | javax.xml.registry | No description provided. |
| UnmarshalException | javax.xml.bind | This exception indicates that an error has occurred while performing an unmarshal operation that prevents the JAXB Provider from completing the operation. |
| UnsupportedCapabilityException | javax.xml.registry | No description provided. |
| WorkCompletedException | javax.resource.spi.work | An error thrown when work is completed. |
| WorkException | javax.resource.spi.work | Thrown when there is an error handling work. |
| WorkRejectedException | javax.resource.spi.work | Thrown when a work is rejected. |
| XAException | javax.transaction.xa | The XAException is thrown by resource managers in case of problems. |
| Search |




