javax.batch.operations
Class JobExecutionIsRunningException

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

public class JobExecutionIsRunningException
extends BatchOperationsRuntimeException

See Also:
Serialized Form

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

JobExecutionIsRunningException

public JobExecutionIsRunningException(Throwable th,
                                      String localizedMessage)

JobExecutionIsRunningException

public JobExecutionIsRunningException(String localizedMessage)

JobExecutionIsRunningException

public JobExecutionIsRunningException(Throwable th)

JobExecutionIsRunningException

public JobExecutionIsRunningException()


Copyright © 2013. All Rights Reserved.