org.multiverse.api.exceptions
Class TooManyRetriesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.multiverse.api.exceptions.TooManyRetriesException
- All Implemented Interfaces:
- java.io.Serializable
public class TooManyRetriesException
- extends java.lang.RuntimeException
A RuntimeException that is thrown when a transaction is retried too many times. Uncontrolled
retrying could lead to liveness problems like livelocks and starvation.
- 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 |
TooManyRetriesException
public TooManyRetriesException()
TooManyRetriesException
public TooManyRetriesException(java.lang.String message)
TooManyRetriesException
public TooManyRetriesException(java.lang.String message,
java.lang.Throwable cause)
TooManyRetriesException
public TooManyRetriesException(java.lang.Throwable cause)
Copyright © 2008-2010 Multiverse. All Rights Reserved.