Class GenieJobSpecificationNotFoundException

All Implemented Interfaces:
Serializable

public class GenieJobSpecificationNotFoundException extends GenieRuntimeException
An exception to represent the case where a job specification was expected to exist but it doesn't.
Since:
4.0.0
See Also:
  • Constructor Details

    • GenieJobSpecificationNotFoundException

      public GenieJobSpecificationNotFoundException()
      Constructor.
    • GenieJobSpecificationNotFoundException

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

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

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