|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jopt.js.api.exception.JobSchedulerRuntimeException
A class to report any errors that are JobScheduler specific, but cannot be specified as a standard PropagationFailureException
.
A typical example of such an exception would be trying to assign an activity to a resource no longer in the activity's domain.
Constructor Summary | |
JobSchedulerRuntimeException(java.lang.String message)
Creates a Job Scheduler Runtime Exception |
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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JobSchedulerRuntimeException(java.lang.String message)
message
- the message of the exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |