|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.multiverse.api.exceptions.TxnExecutionException
org.multiverse.api.exceptions.IllegalTxnStateException
public class IllegalTxnStateException
A TxnExecutionException thrown when an operation is executed on a
Txn when it is not in a valid state for that operation.
| Constructor Summary | |
|---|---|
IllegalTxnStateException()
Creates a new IllegalTxnStateException. |
|
IllegalTxnStateException(String message)
Creates a new IllegalTxnStateException with the provided message. |
|
IllegalTxnStateException(String message,
Throwable cause)
Creates a new IllegalTxnStateException with the provided message and cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IllegalTxnStateException()
public IllegalTxnStateException(String message)
message - the message of the exception.
public IllegalTxnStateException(String message,
Throwable cause)
message - the message of the exception.cause - the cause of the exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||