org.apache.ode.bpel.iapi
Class Scheduler.JobProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.ode.bpel.iapi.Scheduler.JobProcessorException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Scheduler

public static class Scheduler.JobProcessorException
extends java.lang.Exception

Exception thrown by the Scheduler.JobProcessor to indicate failure in job processing.

See Also:
Serialized Form

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

retry

public final boolean retry
Constructor Detail

Scheduler.JobProcessorException

public Scheduler.JobProcessorException(boolean retry)

Scheduler.JobProcessorException

public Scheduler.JobProcessorException(java.lang.Throwable cause,
                                       boolean retry)