| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.ejb.EJBException javax.ejb.TransactionRolledbackLocalException
TransactionRolledbackLocalException | public class TransactionRolledbackLocalException 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
See Also: EJB 3.0 specification author: Florent Benoit |
TransactionRolledbackLocalException | public TransactionRolledbackLocalException()(Code) | | Default constructor : builds an exception with an empty message.
|
TransactionRolledbackLocalException | public TransactionRolledbackLocalException(String message)(Code) | | Build an exception with the given message.
Parameters: message - the given message to use. |
TransactionRolledbackLocalException | public TransactionRolledbackLocalException(String message, Exception causedByException)(Code) | | Builds an exception with a given message and given exception.
Parameters: message - the message of this exception. Parameters: causedByException - the cause of this exception. |
|
|
|