|
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.IllegalJobStateException
public class IllegalJobStateException
Illegal call on JobManager for current job state.
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 |
---|
public IllegalJobStateException(java.lang.String message)
public IllegalJobStateException(java.lang.String message, boolean gone)
Method Detail |
---|
public boolean isJobRunGone()
|
SMILA 1.0 API documentation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |