Class JobCreateException

All Implemented Interfaces:
Serializable

public class JobCreateException extends AbstractCheckedException
Thrown when the creation of a job encounters a problem.
See Also:
  • Constructor Details

    • JobCreateException

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