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.
|
getCausedByException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EJBTransactionRolledbackException()
public EJBTransactionRolledbackException(String message)
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.