RegistryExceptionpublic class RegistryException extends Exception This exception signals an error reading or writing a
report in the ReportRegistry. |
Constructors Summary |
---|
public RegistryException()
super();
| public RegistryException(String message)
super(message);
| public RegistryException(String message, Throwable cause)
super(message, cause);
| public RegistryException(Throwable cause)
super(cause);
|
|