Class JobNotFoundException

All Implemented Interfaces:
Serializable

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

    • JobNotFoundException

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