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