Class GenieClusterNotFoundException

All Implemented Interfaces:
Serializable

public class GenieClusterNotFoundException extends GenieRuntimeException
An exception to represent the case where a cluster was expected to exist (e.g. saving a job specification for a job) but it didn't.
Since:
4.0.0
See Also:
  • Constructor Details

    • GenieClusterNotFoundException

      public GenieClusterNotFoundException()
      Constructor.
    • GenieClusterNotFoundException

      public GenieClusterNotFoundException(String message)
      Constructor.
      Parameters:
      message - The detail message
    • GenieClusterNotFoundException

      public GenieClusterNotFoundException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - The detail message
      cause - The root cause of this exception
    • GenieClusterNotFoundException

      public GenieClusterNotFoundException(Throwable cause)
      Constructor.
      Parameters:
      cause - The root cause of this exception