Class GenieJobNotFoundException

All Implemented Interfaces:
Serializable

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

    • GenieJobNotFoundException

      public GenieJobNotFoundException()
      Constructor.
    • GenieJobNotFoundException

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

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

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