|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.developmentontheedge.jobcontrol.JobControlException
JobControlException is used jointly with JobControl objects. This exception is occured when job wants to terminate job process.
JobControl,
Serialized Form| Constructor Summary | |
JobControlException(int status)
Constructs JobControlException with specified status |
|
JobControlException(int status,
java.lang.String msg)
Constructs JobControlException with specified status and message |
|
JobControlException(java.lang.Throwable error)
Constructs JobControlException with specified exception |
|
| Method Summary | |
java.lang.Throwable |
getError()
Returns occured exception or null |
int |
getStatus()
Returns status of termination |
| 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 JobControlException(int status,
java.lang.String msg)
status - specified statusmsg - specified messagepublic JobControlException(int status)
status - specified statuspublic JobControlException(java.lang.Throwable error)
error - exception that occured during job process| Method Detail |
public int getStatus()
public java.lang.Throwable getError()
null
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||