public class TxnFailedException
extends java.lang.Exception
Transaction.abort()
Constructor and Description |
---|
TxnFailedException()
Creates a new instance of TxnFailedException class.
|
TxnFailedException(java.lang.String msg)
Creates a new instance of TxnFailedException class.
|
TxnFailedException(java.lang.String msg,
java.lang.Throwable e)
Creates a new instance of TxnFailedException class.
|
TxnFailedException(java.lang.Throwable e)
Creates a new instance of TxnFailedException class.
|
public TxnFailedException()
public TxnFailedException(java.lang.Throwable e)
e
- The cause.public TxnFailedException(java.lang.String msg, java.lang.Throwable e)
msg
- Exception description.e
- The cause.public TxnFailedException(java.lang.String msg)
msg
- Exception description.