|
|||||||||
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.imaginary.lwp.ReferenceReuseException
Represents an attempt to reuse a reference that has already been
assigned an entity.
Last modified $Date: 1999/10/06 03:19:13 $
Constructor Summary | |
ReferenceReuseException()
Empty constructor. |
|
ReferenceReuseException(java.lang.String rsn)
Exception with text. |
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 ReferenceReuseException()
public ReferenceReuseException(java.lang.String rsn)
rsn
- the reason for the exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |