javax.batch.operations
Class JobStartException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.batch.operations.JobStartException
All Implemented Interfaces:
Serializable

public class JobStartException
extends Exception

See Also:
Serialized Form

Constructor Summary
JobStartException()
          JobStartException is thrown when an error occurs during the JobOperator start operation.
JobStartException(String message)
           
JobStartException(String message, Throwable cause)
           
JobStartException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.