|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectThrowable
Exception
RuntimeException
PersistenceException
ObjectNotFoundException
ObjectNotFoundException is thrown by the persistence framework when an attempt is made to load an object that does not exist.
| Constructor Summary | |
ObjectNotFoundException(PersistenceManager pm,
LOID loid,
Throwable cause)
Construct an ObjectNotFoundException. |
|
| Method Summary | |
void |
handle()
Handle this exception by writing a description of the exception to the log file. |
| Methods inherited from class PersistenceException |
header, manager, name, trailer |
| Methods inherited from class Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ObjectNotFoundException(PersistenceManager pm,
LOID loid,
Throwable cause)
pm - the persistence manager.loid - the LOID that caused this exception.| Method Detail |
public void handle()
handle in class PersistenceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||