Class JobNotFoundException

All Implemented Interfaces:
Serializable

public class JobNotFoundException extends GenieCheckedException
An exception thrown when a job is not found in the system.
Since:
4.0.0
See Also:
  • Constructor Details

    • JobNotFoundException

      public JobNotFoundException()
      Constructor.
    • JobNotFoundException

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

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

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