public class TxnFailedException extends Exception
Transaction.abort()| Constructor and Description |
|---|
TxnFailedException()
Creates a new instance of TxnFailedException class.
|
TxnFailedException(String msg)
Creates a new instance of TxnFailedException class.
|
TxnFailedException(String msg,
Throwable e)
Creates a new instance of TxnFailedException class.
|
TxnFailedException(Throwable e)
Creates a new instance of TxnFailedException class.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TxnFailedException()
public TxnFailedException(Throwable e)
e - The cause.public TxnFailedException(String msg, Throwable e)
msg - Exception description.e - The cause.public TxnFailedException(String msg)
msg - Exception description.