Class JobStartException

All Implemented Interfaces:
Serializable

public class JobStartException extends BatchRuntimeException
JobStartException is thrown when an error occurs during the JobOperator start operation.
See Also:
  • Constructor Details

    • JobStartException

      public JobStartException()
    • JobStartException

      public JobStartException(String message)
    • JobStartException

      public JobStartException(Throwable cause)
    • JobStartException

      public JobStartException(String message, Throwable cause)