- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jakarta.batch.operations.BatchRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
JobExecutionAlreadyCompleteException,JobExecutionIsRunningException,JobExecutionNotMostRecentException,JobExecutionNotRunningException,JobRestartException,JobSecurityException,JobStartException,NoSuchJobException,NoSuchJobExecutionException,NoSuchJobInstanceException
public class BatchRuntimeException extends java.lang.RuntimeExceptionThis is the common base class for all of the RuntimeException(s) thrown by theJobOperatorAPI methods to its callers.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description BatchRuntimeException()BatchRuntimeException(java.lang.String message)BatchRuntimeException(java.lang.String message, java.lang.Throwable cause)BatchRuntimeException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
BatchRuntimeException
public BatchRuntimeException()
-
BatchRuntimeException
public BatchRuntimeException(java.lang.String message)
-
BatchRuntimeException
public BatchRuntimeException(java.lang.Throwable cause)
-
BatchRuntimeException
public BatchRuntimeException(java.lang.String message, java.lang.Throwable cause)
-
-