Package javax.batch.operations
Class JobExecutionNotMostRecentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.batch.operations.BatchRuntimeException
-
- javax.batch.operations.JobExecutionNotMostRecentException
-
- All Implemented Interfaces:
java.io.Serializable
public class JobExecutionNotMostRecentException extends BatchRuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description JobExecutionNotMostRecentException()
JobExecutionNotMostRecentException(java.lang.String message)
JobExecutionNotMostRecentException(java.lang.String message, java.lang.Throwable cause)
JobExecutionNotMostRecentException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JobExecutionNotMostRecentException
public JobExecutionNotMostRecentException()
-
JobExecutionNotMostRecentException
public JobExecutionNotMostRecentException(java.lang.String message)
-
JobExecutionNotMostRecentException
public JobExecutionNotMostRecentException(java.lang.Throwable cause)
-
JobExecutionNotMostRecentException
public JobExecutionNotMostRecentException(java.lang.String message, java.lang.Throwable cause)
-
-