Package jakarta.batch.operations
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:
-
Constructor Summary
ConstructorDescriptionBatchRuntimeException
(String message) BatchRuntimeException
(String message, Throwable cause) BatchRuntimeException
(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
-
BatchRuntimeException
public BatchRuntimeException() -
BatchRuntimeException
-
BatchRuntimeException
-
BatchRuntimeException
-