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