|
|||||||||
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.scheduler.simple.JobNoLongerInDbException
public class JobNoLongerInDbException
Exception thrown if an attempt has been made to commit a job that is no longer in the database. This can happen if multiple nodes through some bizarre bad luck happen to execute the same job. In any case, the second node will receive this exception which will cause a roll-back of the transaction running the job.
Constructor Summary | |
---|---|
JobNoLongerInDbException(java.lang.String jobId,
java.lang.String nodeId)
|
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 |
Constructor Detail |
---|
public JobNoLongerInDbException(java.lang.String jobId, java.lang.String nodeId)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |