FileDocCategorySizeDatePackage
PersistenceException.javaAPI DocExample634Mon Apr 03 19:23:58 BST 2000com.imaginary.lwp

PersistenceException

public class PersistenceException extends Exception
The base exception class for all persistence-related problems.
Last modified $Date: 1999/10/05 21:43:04 $
version
$Revision: 1.1.1.1 $
author
George Reese (borg@imaginary.com)

Fields Summary
Constructors Summary
public PersistenceException()
Empty constructor for serialization and nothing else.

        super();
    
public PersistenceException(String rsn)
Constructs a new exception for the specified reason.

param
rsn the reason message for the exception

        super(rsn);
    
Methods Summary