Class JobSubmissionNotFoundException

All Implemented Interfaces:
Serializable

public class JobSubmissionNotFoundException extends AbstractCheckedException
Thrown when the specified job submission is not found.
See Also:
  • Constructor Details

    • JobSubmissionNotFoundException

      public JobSubmissionNotFoundException(String message)
      Construct a JobSubmissionNotFoundException with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by AbstractCheckedException.getMessage()).