Package modelarium.exceptions
Class CoordinatorTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
modelarium.exceptions.CoordinatorTimeoutException
- All Implemented Interfaces:
Serializable
Exception for indicating that a thread timed out while waiting for a response from the co-ordinator.
This exception is thrown when no response of the expected type arrives within the model's configured thread timeout duration.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCoordinatorTimeoutException(String message) Constructs a new coordinator timeout exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CoordinatorTimeoutException
Constructs a new coordinator timeout exception with the specified detail message.- Parameters:
message- the detail message describing the request and expected response that timed out
-