javax.batch.operations
Class NoSuchJobExecutionException

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.NoSuchJobExecutionException
All Implemented Interfaces:
Serializable

public class NoSuchJobExecutionException
extends BatchOperationsRuntimeException

See Also:
Serialized Form

Constructor Summary
NoSuchJobExecutionException()
           
NoSuchJobExecutionException(String localizedMessage)
           
NoSuchJobExecutionException(Throwable th)
           
NoSuchJobExecutionException(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

NoSuchJobExecutionException

public NoSuchJobExecutionException(Throwable th,
                                   String localizedMessage)

NoSuchJobExecutionException

public NoSuchJobExecutionException(String localizedMessage)

NoSuchJobExecutionException

public NoSuchJobExecutionException(Throwable th)

NoSuchJobExecutionException

public NoSuchJobExecutionException()


Copyright © 2013. All Rights Reserved.