Package javax.batch.operations
Class BatchRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.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.RuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
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)
-
-