public class EJBTransactionRolledbackException extends EJBException
| Constructor and Description |
|---|
EJBTransactionRolledbackException()
Constructs a TransactionRolledbackLocalException with no detail message.
|
EJBTransactionRolledbackException(java.lang.String message)
Constructs a TransactionRolledbackLocalException with the specified detailed message.
|
EJBTransactionRolledbackException(java.lang.String message,
java.lang.Exception ex)
Constructs a TransactionRolledbackLocalException with the specified detail
message and a nested exception.
|
getCausedByExceptionpublic EJBTransactionRolledbackException()
public EJBTransactionRolledbackException(java.lang.String message)
message - - The detailed message.public EJBTransactionRolledbackException(java.lang.String message,
java.lang.Exception ex)
message - - The detailed message.ex - - The originally thrown exception.