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)
message
- a String
object.Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.