|
Voyager ORB | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--com.objectspace.voyager.ObjectNotFoundException
An ObjectNotFoundException occurs when a message is sent to an object that has been garbage collected.
Constructor Summary | |
ObjectNotFoundException()
Construct an ObjectNotFoundException with no description. |
|
ObjectNotFoundException(java.lang.String description)
Construct an ObjectNotFoundException with a description. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public ObjectNotFoundException()
public ObjectNotFoundException(java.lang.String description)
description
- A string that describes this exception.
|
ObjectSpace Inc. | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |