FileDocCategorySizeDatePackage
RegistryException.javaAPI DocExample580Tue Jun 08 11:26:42 BST 2004com.mycompany.expense

RegistryException

public class RegistryException extends Exception
This exception signals an error reading or writing a report in the ReportRegistry.
author
Hans Bergsten, Gefion Software
version
1.0

Fields Summary
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);
    
Methods Summary