Package javax.batch.operations
Class JobStartException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.batch.operations.BatchRuntimeException
-
- javax.batch.operations.JobStartException
-
- All Implemented Interfaces:
java.io.Serializable
public class JobStartException extends BatchRuntimeException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description JobStartException()
JobStartException is thrown when an error occurs during the JobOperator start operation.JobStartException(java.lang.String message)
JobStartException(java.lang.String message, java.lang.Throwable cause)
JobStartException(java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JobStartException
public JobStartException()
JobStartException is thrown when an error occurs during the JobOperator start operation.
-
JobStartException
public JobStartException(java.lang.String message)
-
JobStartException
public JobStartException(java.lang.Throwable cause)
-
JobStartException
public JobStartException(java.lang.String message, java.lang.Throwable cause)
-
-