FileDocCategorySizeDatePackage
PersistenceException.javaAPI DocExample1668Thu Dec 15 22:36:22 GMT 2005com.oreilly.jent.annotation.people

PersistenceException

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