javax.batch.operations
Class JobStartException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.batch.operations.JobStartException
- All Implemented Interfaces:
- Serializable
public class JobStartException
- extends Exception
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JobStartException
public JobStartException()
- JobStartException is thrown when an error occurs during the JobOperator
start operation.
JobStartException
public JobStartException(String message)
JobStartException
public JobStartException(Throwable cause)
JobStartException
public JobStartException(String message,
Throwable cause)
Copyright © 2013. All Rights Reserved.