Class BatchRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JobExecutionAlreadyCompleteException, JobExecutionIsRunningException, JobExecutionNotMostRecentException, JobExecutionNotRunningException, JobRestartException, JobSecurityException, JobStartException, NoSuchJobException, NoSuchJobExecutionException, NoSuchJobInstanceException

public class BatchRuntimeException extends RuntimeException
This is the common base class for all of the RuntimeException(s) thrown by the JobOperator API methods to its callers.
See Also:
  • Constructor Details

    • BatchRuntimeException

      public BatchRuntimeException()
    • BatchRuntimeException

      public BatchRuntimeException(String message)
    • BatchRuntimeException

      public BatchRuntimeException(Throwable cause)
    • BatchRuntimeException

      public BatchRuntimeException(String message, Throwable cause)