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

public class BatchRuntimeException extends RuntimeException
This is the common base class for all of the RuntimeException(s) thrown by the JobOperator API methods to its callers.
See Also: