javax.batch.operations
Class NoSuchJobException

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

public class NoSuchJobException
extends BatchOperationsRuntimeException

See Also:
Serialized Form

Constructor Summary
NoSuchJobException()
           
NoSuchJobException(String localizedMessage)
           
NoSuchJobException(Throwable th)
           
NoSuchJobException(Throwable th, String localizedMessage)
           
 
Method Summary
 
Methods inherited from class javax.batch.operations.BatchOperationsRuntimeException
getCause, getMessage, setCause, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

NoSuchJobException

public NoSuchJobException(Throwable th,
                          String localizedMessage)

NoSuchJobException

public NoSuchJobException(String localizedMessage)

NoSuchJobException

public NoSuchJobException(Throwable th)

NoSuchJobException

public NoSuchJobException()


Copyright © 2013. All Rights Reserved.