Class OutgoingRequestRefusedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.distributeme.core.exception.DistributemeRuntimeException
org.distributeme.core.concurrencycontrol.ConcurrencyControlException
org.distributeme.core.concurrencycontrol.OutgoingRequestRefusedException
- All Implemented Interfaces:
Serializable
This exception is thrown by the stub if client side concurrency control prohibits further outgoing connections to the server.
- Version:
- $Id: $Id
- Author:
- lrosenberg
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for OutgoingRequestRefusedException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OutgoingRequestRefusedException
public OutgoingRequestRefusedException()Constructor for OutgoingRequestRefusedException.
-