javax.batch.operations
Class JobExecutionNotMostRecentException

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

public class JobExecutionNotMostRecentException
extends BatchOperationsRuntimeException

See Also:
Serialized Form

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

JobExecutionNotMostRecentException

public JobExecutionNotMostRecentException(Throwable th,
                                          String localizedMessage)

JobExecutionNotMostRecentException

public JobExecutionNotMostRecentException(String localizedMessage)

JobExecutionNotMostRecentException

public JobExecutionNotMostRecentException(Throwable th)

JobExecutionNotMostRecentException

public JobExecutionNotMostRecentException()


Copyright © 2013. All Rights Reserved.