PersistenceExceptionpublic class PersistenceException extends Exception The base exception class for all persistence-related problems.
Last modified $Date: 1999/10/05 21:43:04 $ |
Constructors Summary |
---|
public PersistenceException()Empty constructor for serialization and nothing else.
super();
| public PersistenceException(String rsn)Constructs a new exception for the specified reason.
super(rsn);
|
|