public class TransactionRolledbackLocalException extends EJBException
| Constructor and Description | 
|---|
TransactionRolledbackLocalException()
Constructs a TransactionRolledbackLocalException with no detail message. 
 | 
TransactionRolledbackLocalException(String message)
Constructs a TransactionRolledbackLocalException with the specified detailed message. 
 | 
TransactionRolledbackLocalException(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 TransactionRolledbackLocalException()
public TransactionRolledbackLocalException(String message)
message - - The detailed message.public TransactionRolledbackLocalException(String message, Exception ex)
message - - The detailed message.ex - - The originally thrown exception.Copyright © 2016 JBoss by Red Hat. All rights reserved.