public class EJBTransactionRolledbackException extends EJBException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
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
private static final long serialVersionUID
public EJBTransactionRolledbackException()
public EJBTransactionRolledbackException(java.lang.String message)
public EJBTransactionRolledbackException(java.lang.String message, java.lang.Exception ex)