SMILA 1.0 API documentation

org.eclipse.smila.jobmanager.exceptions
Class JobRunModeNotAllowedException

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.JobRunModeNotAllowedException
All Implemented Interfaces:
java.io.Serializable

public class JobRunModeNotAllowedException
extends JobManagerException

It is not allowed to start a job in the given mode. The job or workflow definition restricted the modes the job may be started in but the job should be started in a different mode. This exception is not recoverable.

See Also:
Serialized Form

Constructor Summary
JobRunModeNotAllowedException(java.lang.String message)
          Constructs a new JobModeNotAllowedException.
JobRunModeNotAllowedException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new JobModeNotAllowedException.
 
Method Summary
 
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

JobRunModeNotAllowedException

public JobRunModeNotAllowedException(java.lang.String message,
                                     java.lang.Throwable cause)
Constructs a new JobModeNotAllowedException.


JobRunModeNotAllowedException

public JobRunModeNotAllowedException(java.lang.String message)
Constructs a new JobModeNotAllowedException.


SMILA 1.0 API documentation