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 Link icon

    • JobStartException Link icon

      public JobStartException()
    • JobStartException Link icon

      public JobStartException(String message)
    • JobStartException Link icon

      public JobStartException(Throwable cause)
    • JobStartException Link icon

      public JobStartException(String message, Throwable cause)