File
Doc
Category
Size
Date
Package
PersistenceException.java
API Doc
Example
1668
Thu Dec 15 22:36:22 GMT 2005
com.oreilly.jent.annotation.people
PersistenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
public class PersistenceException extends Exception
Exception thrown when an underlying persistence-related error is encountered.
Fields Summary
Constructors Summary
public PersistenceException
()
super();
public PersistenceException
(
Throwable
cause)
super(cause);
public PersistenceException
(
String
msg)
super(msg);
public PersistenceException
(
String
msg,
Throwable
cause)
super(msg, cause);
Methods Summary
Java Code Source