FileDocCategorySizeDatePackage
FacadeReuseException.javaAPI DocExample714Mon Apr 03 17:21:48 BST 2000com.imaginary.lwp

FacadeReuseException

public class FacadeReuseException extends 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)

Fields Summary
Constructors Summary
public FacadeReuseException()
Empty constructor.

        super();
    
public FacadeReuseException(String rsn)
Exception with text.

param
rsn the reason for the exception

        super(rsn);
    
Methods Summary