Class GenieCommandNotFoundException

All Implemented Interfaces:
Serializable

public class GenieCommandNotFoundException extends GenieRuntimeException
An exception to represent the case where a command 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

    • GenieCommandNotFoundException

      public GenieCommandNotFoundException()
      Constructor.
    • GenieCommandNotFoundException

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

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

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