|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.smila.utils.MaybeRecoverableException
org.eclipse.smila.jobmanager.exceptions.JobManagerException
org.eclipse.smila.jobmanager.exceptions.JobRunModeNotAllowedException
public class JobRunModeNotAllowedException
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.
| 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 |
|---|
public JobRunModeNotAllowedException(java.lang.String message,
java.lang.Throwable cause)
public JobRunModeNotAllowedException(java.lang.String message)
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||