|
||||||||||
| 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.RetryException
public abstract class RetryException
A TxnExecutionException thrown when retrying a transaction for another attempt fails.
E.g. because an explicit retry is not used, or when there are too many retry attempts.
| Constructor Summary | |
|---|---|
RetryException()
Creates a new RetryException. |
|
RetryException(String message)
Creates a new RetryException with the provided message. |
|
RetryException(String message,
Throwable cause)
Creates a new RetryException 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 RetryException()
public RetryException(String message)
message - the message of the RetryException.
public RetryException(String message,
Throwable cause)
message - the message of the RetryException.cause - the cause of the RetryException.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||