| javax.ejb.EJBTransactionRolledbackException
EJBTransactionRolledbackException | public class EJBTransactionRolledbackException extends EJBException (Code) | | This exception indicates 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.
version: $Revision: 62545 $ |
EJBTransactionRolledbackException | public EJBTransactionRolledbackException()(Code) | | Constructs a TransactionRolledbackLocalException with no detail message.
|
EJBTransactionRolledbackException | public EJBTransactionRolledbackException(String message)(Code) | | Constructs a TransactionRolledbackLocalException with the specified detailed message.
Parameters: message - - The detailed message. |
EJBTransactionRolledbackException | public EJBTransactionRolledbackException(String message, Exception ex)(Code) | | Constructs a TransactionRolledbackLocalException with the specified detail
message and a nested exception.
Parameters: message - - The detailed message. Parameters: ex - - The originally thrown exception. |
|
|