|
||||||||||
| 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
public class TxnExecutionException
A RuntimeException thrown when something fails while executing a Txn.
This exception is not caught by the TxnExecutor.
| Constructor Summary | |
|---|---|
TxnExecutionException()
Creates a new TransactionalExecutionException. |
|
TxnExecutionException(String message)
Creates a new TransactionalExecutionException with the provided message and cause. |
|
TxnExecutionException(String message,
Throwable cause)
Creates a new TransactionalExecutionException with the provided message and cause. |
|
TxnExecutionException(Throwable cause)
Creates a new TransactionalExecutionException with the provided 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 TxnExecutionException()
public TxnExecutionException(String message)
message - message of the exception.
public TxnExecutionException(String message,
Throwable cause)
message - the message of the exception.cause - the Throwable that caused the exception.public TxnExecutionException(Throwable cause)
cause - the Throwable that was the cause of this TransactionalExecutionException.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||