public class TransactionRolledbackLocalException extends SLEEException
Constructor and Description |
---|
TransactionRolledbackLocalException(String message)
Create a
TransactionRolledbackLocalException with a detail message. |
TransactionRolledbackLocalException(String message,
Throwable cause)
Create a
TransactionRolledbackLocalException with a detail message and cause. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TransactionRolledbackLocalException(String message)
TransactionRolledbackLocalException
with a detail message.message
- the detail message.