Class CoordinatorTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
modelarium.exceptions.CoordinatorTimeoutException
All Implemented Interfaces:
Serializable

public class CoordinatorTimeoutException extends RuntimeException
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 Details

    • CoordinatorTimeoutException

      public CoordinatorTimeoutException(String message)
      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