public class EJBTransactionRolledbackException extends EJBException
| Constructor and Description | 
|---|
EJBTransactionRolledbackException()
Constructs an EJBTransactionRolledbackException with no detail message. 
 | 
EJBTransactionRolledbackException(String message)
Constructs an EJBTransactionRolledbackException with the specified
 detailed message. 
 | 
EJBTransactionRolledbackException(String message,
                                 Exception ex)
Constructs an EJBTransactionRolledbackException 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)
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.