Uses of Class
org.distributeme.core.exception.DistributemeRuntimeException
Packages that use DistributemeRuntimeException
Package
Description
Support for client and server side interceptors of calls.
-
Uses of DistributemeRuntimeException in org.distributeme.core.asynch
Subclasses of DistributemeRuntimeException in org.distributeme.core.asynchModifier and TypeClassDescriptionclassThis exception is thrown whenever a call is aborted due timeout. -
Uses of DistributemeRuntimeException in org.distributeme.core.concurrencycontrol
Subclasses of DistributemeRuntimeException in org.distributeme.core.concurrencycontrolModifier and TypeClassDescriptionclassException thrown if concurrency control decides that the amount of acceptable requests is reached and no further requests can pass through.classThis exception is thrown by the stub if client side concurrency control prohibits further outgoing connections to the server.classThis exception is thrown if a server refuses to accept more incoming requests. -
Uses of DistributemeRuntimeException in org.distributeme.core.exception
Subclasses of DistributemeRuntimeException in org.distributeme.core.exceptionModifier and TypeClassDescriptionclassThrown if no connection to a remote service could be established. -
Uses of DistributemeRuntimeException in org.distributeme.core.interceptor
Subclasses of DistributemeRuntimeException in org.distributeme.core.interceptor