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.
|
getCausedByExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EJBTransactionRolledbackException()
public EJBTransactionRolledbackException(String message)
message - - The detailed message.Copyright © 2018 JBoss by Red Hat. All rights reserved.