Class ConcurrencyControlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.distributeme.core.exception.DistributemeRuntimeException
org.distributeme.core.concurrencycontrol.ConcurrencyControlException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OutgoingRequestRefusedException,ServerRefusedRequestException
Exception thrown if concurrency control decides that the amount of acceptable requests is reached and no further requests can pass through.
- Version:
- $Id: $Id
- Author:
- lrosenberg
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConcurrencyControlException(String message) Constructor for ConcurrencyControlException.ConcurrencyControlException(String message, Throwable cause) Constructor for ConcurrencyControlException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString