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
public class JobStartException extends BatchRuntimeException
JobStartException is thrown when an error occurs during the JobOperator start operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JobStartException()
JobStartException(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
-
-