Class BatchRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.batch.operations.BatchRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JobExecutionAlreadyCompleteException, JobExecutionIsRunningException, JobExecutionNotMostRecentException, JobExecutionNotRunningException, JobRestartException, JobSecurityException, JobStartException, NoSuchJobException, NoSuchJobExecutionException, NoSuchJobInstanceException
This is the common base class for all of the RuntimeException(s) thrown
by the
JobOperator API methods to its callers.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBatchRuntimeException(String message) BatchRuntimeException(String message, Throwable cause) BatchRuntimeException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
BatchRuntimeException
public BatchRuntimeException() -
BatchRuntimeException
-
BatchRuntimeException
-
BatchRuntimeException
-