Class JobSubmissionException

All Implemented Interfaces:
Serializable

public class JobSubmissionException extends AbstractCheckedException
Thrown when an error is encountered when executing or attempting to execute a job.
See Also:
  • Constructor Details

    • JobSubmissionException

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