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 - a String object.public TransactionRolledbackLocalException(java.lang.String message,
java.lang.Exception ex)
message - a String object.ex - a Exception object.