public class TransactionRuntimeException
extends java.lang.RuntimeException
Constructor and Description |
---|
TransactionRuntimeException()
Creates an empty exception
|
TransactionRuntimeException(java.lang.String msg)
Creates an exception with a message
|
TransactionRuntimeException(java.lang.String msg,
java.lang.Throwable cause)
Creates an exception with a message and a cause
|
TransactionRuntimeException(java.lang.Throwable e)
Creates an exception with a nested exception
|
public TransactionRuntimeException()
public TransactionRuntimeException(java.lang.String msg)
public TransactionRuntimeException(java.lang.String msg, java.lang.Throwable cause)
public TransactionRuntimeException(java.lang.Throwable e)