public class TransactionRolledbackLocalException extends EJBException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
TransactionRolledbackLocalException()
Constructs a TransactionRolledbackLocalException with no detail message.
|
TransactionRolledbackLocalException(java.lang.String message)
Constructs a TransactionRolledbackLocalException with the specified
detailed message.
|
TransactionRolledbackLocalException(java.lang.String message,
java.lang.Exception ex)
Constructs a TransactionRolledbackLocalException with the specified
detail message and a nested exception.
|
getCausedByException
private static final long serialVersionUID
public TransactionRolledbackLocalException()
public TransactionRolledbackLocalException(java.lang.String message)
public TransactionRolledbackLocalException(java.lang.String message, java.lang.Exception ex)