com.imaginary.lwp
Class ReferenceReuseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.imaginary.lwp.ReferenceReuseException

public class ReferenceReuseException
extends java.lang.RuntimeException

Represents an attempt to reuse a reference that has already been assigned an entity.
Last modified $Date: 1999/10/06 03:19:13 $

Version:
$Revision: 1.1 $
Author:
George Reese (borg@imaginary.com)
See Also:
Serialized Form

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

ReferenceReuseException

public ReferenceReuseException()
Empty constructor.

ReferenceReuseException

public ReferenceReuseException(java.lang.String rsn)
Exception with text.
Parameters:
rsn - the reason for the exception