Class JobNotArchivedException

All Implemented Interfaces:
Serializable

public class JobNotArchivedException extends GenieCheckedException
An exception thrown when a job is completed but wasn't archived and thus output isn't available.
Since:
4.0.0
See Also:
  • Constructor Details

    • JobNotArchivedException

      public JobNotArchivedException()
      Constructor.
    • JobNotArchivedException

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

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

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