FacadeReuseExceptionpublic 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 $ |
Constructors Summary |
---|
public FacadeReuseException()Empty constructor.
super();
| public FacadeReuseException(String rsn)Exception with text.
super(rsn);
|
|