Module jakarta.ejb
Package jakarta.ejb

Class EJBTransactionRolledbackException

java.lang.Object
All Implemented Interfaces:
Serializable

public class EJBTransactionRolledbackException extends EJBException
This exception is thrown to a caller of bean business method to indicate that the transaction associated with processing of the request has been rolled back, or marked to roll back. Thus the requested operation either could not be performed or was not performed because further computation on behalf of the transaction would be fruitless.
Since:
EJB 2.0
See Also: