SMILA 1.0 API documentation

org.eclipse.smila.jobmanager.exceptions
Class IllegalJobStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.utils.MaybeRecoverableException
              extended by org.eclipse.smila.jobmanager.exceptions.JobManagerException
                  extended by org.eclipse.smila.jobmanager.exceptions.IllegalJobStateException
All Implemented Interfaces:
java.io.Serializable

public class IllegalJobStateException
extends JobManagerException

Illegal call on JobManager for current job state.

See Also:
Serialized Form

Constructor Summary
IllegalJobStateException(java.lang.String message)
          create exception with description and gone flag set to false.
IllegalJobStateException(java.lang.String message, boolean gone)
          create exception with description and custom gone flag.
 
Method Summary
 boolean isJobRunGone()
           
 
Methods inherited from class org.eclipse.smila.jobmanager.exceptions.JobManagerException
isRecoverableCause
 
Methods inherited from class org.eclipse.smila.utils.MaybeRecoverableException
isRecoverable
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

IllegalJobStateException

public IllegalJobStateException(java.lang.String message)
create exception with description and gone flag set to false.


IllegalJobStateException

public IllegalJobStateException(java.lang.String message,
                                boolean gone)
create exception with description and custom gone flag.

Method Detail

isJobRunGone

public boolean isJobRunGone()
Returns:
gone flag.

SMILA 1.0 API documentation