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