|
|||||||||
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.apache.ode.bpel.iapi.Scheduler.JobProcessorException
public static class Scheduler.JobProcessorException
Exception thrown by the Scheduler.JobProcessor
to indicate failure in job
processing.
Field Summary | |
---|---|
boolean |
retry
|
Constructor Summary | |
---|---|
Scheduler.JobProcessorException(boolean retry)
|
|
Scheduler.JobProcessorException(java.lang.Throwable cause,
boolean retry)
|
Method Summary |
---|
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 |
Field Detail |
---|
public final boolean retry
Constructor Detail |
---|
public Scheduler.JobProcessorException(boolean retry)
public Scheduler.JobProcessorException(java.lang.Throwable cause, boolean retry)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |