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:
- java.io.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NoRetryPossibleException
public NoRetryPossibleException()
NoRetryPossibleException
public NoRetryPossibleException(java.lang.String message)
NoRetryPossibleException
public NoRetryPossibleException(java.lang.String message,
java.lang.Throwable cause)
NoRetryPossibleException
public NoRetryPossibleException(java.lang.Throwable cause)
Copyright © 2008-2010 Multiverse. All Rights Reserved.