Package jakarta.batch.operations
Class JobStartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.batch.operations.BatchRuntimeException
jakarta.batch.operations.JobStartException
- All Implemented Interfaces:
Serializable
JobStartException is thrown when an error occurs during the JobOperator
start operation.
- See Also:
-
Constructor Summary
ConstructorDescriptionJobStartException
(String message) JobStartException
(String message, Throwable cause) JobStartException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JobStartException
public JobStartException() -
JobStartException
-
JobStartException
-
JobStartException
-