org.objectweb.perseus.persistence.api
Class PersistenceException
Exception
org.objectweb.perseus.persistence.api.PersistenceException
public class PersistenceException
extends Exception
It represents an exception occrured in a PersistenceManager. It can contain a
nested exception.
- Luciano Garcia-Banuelos (Luciano.Garcia@imag.fr)
nestedException
protected Exception nestedException
PersistenceException
public PersistenceException()
PersistenceException
public PersistenceException(Exception nested)
PersistenceException
public PersistenceException(String msg)
PersistenceException
public PersistenceException(String msg,
Exception nested)
getNestedException
public Exception getNestedException()
Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.