javax.batch.operations
Class JobExecutionAlreadyCompleteException

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

public class JobExecutionAlreadyCompleteException
extends BatchOperationsRuntimeException

See Also:
Serialized Form

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

JobExecutionAlreadyCompleteException

public JobExecutionAlreadyCompleteException(Throwable th,
                                            String localizedMessage)

JobExecutionAlreadyCompleteException

public JobExecutionAlreadyCompleteException(Throwable th)

JobExecutionAlreadyCompleteException

public JobExecutionAlreadyCompleteException(String localizedMessage)

JobExecutionAlreadyCompleteException

public JobExecutionAlreadyCompleteException()


Copyright © 2013. All Rights Reserved.