org.multiverse.api.exceptions
Class NoRetryPossibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.multiverse.api.exceptions.IllegalTransactionStateException
org.multiverse.api.exceptions.NoRetryPossibleException
- All Implemented Interfaces:
- Serializable
public class NoRetryPossibleException
- extends IllegalTransactionStateException
An IllegalTransactionStateException that indicates that a retry is done, without the
possibility of progress, for example when the readset is empty.
No reason to createReference a singleton for performance reasons since this exception should not
occur. So if it does, we want a complete stacktrace.
- Author:
- Peter Veentjer.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoRetryPossibleException
public NoRetryPossibleException()
NoRetryPossibleException
public NoRetryPossibleException(String message)
NoRetryPossibleException
public NoRetryPossibleException(String message,
Throwable cause)
NoRetryPossibleException
public NoRetryPossibleException(Throwable cause)
Copyright © 2008-2010 Multiverse. All Rights Reserved.