public class EJBTransactionRolledbackException extends EJBException
Constructor and Description |
---|
EJBTransactionRolledbackException()
Constructs a TransactionRolledbackLocalException with no detail message.
|
EJBTransactionRolledbackException(String message)
Constructs a TransactionRolledbackLocalException with the specified detailed message.
|
EJBTransactionRolledbackException(String message,
Exception ex)
Constructs a TransactionRolledbackLocalException with the specified detail
message and a nested exception.
|
getCausedByException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EJBTransactionRolledbackException()
public EJBTransactionRolledbackException(String message)
message
- - The detailed message.Copyright © 2016 JBoss by Red Hat. All rights reserved.