@Deprecated
public class InvalidTransactionException
extends java.lang.RuntimeException
When a transaction is commited, Modelio audits the transaction to check that
it is considered as valid. If not, an InvalidTransactionException exception
is thrown.
| Constructor and Description |
|---|
InvalidTransactionException()
Deprecated.
Constructs a new runtime exception with
null as its
detail message. |
InvalidTransactionException(java.lang.String message)
Deprecated.
Constructs a new runtime exception with the specified detail message.
|
InvalidTransactionException(java.lang.String message,
java.lang.Throwable cause)
Deprecated.
Constructs a new runtime exception with the specified detail message and
cause.
|
InvalidTransactionException(java.lang.Throwable cause)
Deprecated.
Constructs a new runtime exception with the specified cause.
|
public InvalidTransactionException()
null as its
detail message.public InvalidTransactionException(java.lang.String message)
message - the detail message.public InvalidTransactionException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message.cause - the cause of the exception.public InvalidTransactionException(java.lang.Throwable cause)
cause - the cause of the exception.