- All Implemented Interfaces:
- java.io.Serializable
public class JobNoLongerInDbException
extends java.lang.Exception
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.
- See Also:
- Serialized Form