public class TransactionRolledbackLocalException extends EJBException
| 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.
|
getCausedByExceptionpublic TransactionRolledbackLocalException()
public TransactionRolledbackLocalException(java.lang.String message)
message - - The detailed message.public TransactionRolledbackLocalException(java.lang.String message,
java.lang.Exception ex)
message - - The detailed message.ex - - The originally thrown exception.