Package org.distributeme.core.asynch
Class CallTimeoutedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.distributeme.core.exception.DistributemeRuntimeException
org.distributeme.core.asynch.CallTimeoutedException
- All Implemented Interfaces:
Serializable
This exception is thrown whenever a call is aborted due timeout.
- Version:
- $Id: $Id
- Author:
- lrosenberg
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CallTimeoutedException
public CallTimeoutedException()Default constructor.
-