Class EnvironmentNotFoundException

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

public class EnvironmentNotFoundException extends RuntimeException
Exception for indicating that the model's environment could not be retrieved.

This exception is thrown when a request for the environment made through the co-ordinator fails or times out.

See Also:
  • Constructor Details

    • EnvironmentNotFoundException

      public EnvironmentNotFoundException(String message, Throwable cause)
      Constructs a new environment not found exception with the specified detail message and cause.
      Parameters:
      message - the detail message describing who requested the environment
      cause - the underlying cause of the retrieval failure