| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.ejb.EJBException 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
|
EJBTransactionRolledbackException | public EJBTransactionRolledbackException()(Code) | | Constructs an EJBTransactionRolledbackException with no detail message.
|
EJBTransactionRolledbackException | public EJBTransactionRolledbackException(String message)(Code) | | Constructs an EJBTransactionRolledbackException with the specified
detailed message.
|
EJBTransactionRolledbackException | public EJBTransactionRolledbackException(String message, Exception ex)(Code) | | Constructs an EJBTransactionRolledbackException with the specified
detail message and a nested exception.
|
|
|
|