org.objectweb.perseus.persistence.api

Class PersistenceException

Known Direct Subclasses:
NoDSIPersistenceException, PersistentObjectLifeCycleExcpetion, RolledBackPersistenceException

public class PersistenceException
extends Exception

It represents an exception occrured in a PersistenceManager. It can contain a nested exception.

Author:
Luciano Garcia-Banuelos (Luciano.Garcia@imag.fr)

Field Summary

protected Exception
nestedException

Constructor Summary

PersistenceException()
PersistenceException(Exception nested)
PersistenceException(String msg)
PersistenceException(String msg, Exception nested)

Method Summary

Exception
getNestedException()

Field Details

nestedException

protected Exception nestedException

Constructor Details

PersistenceException

public PersistenceException()


PersistenceException

public PersistenceException(Exception nested)


PersistenceException

public PersistenceException(String msg)


PersistenceException

public PersistenceException(String msg,
                            Exception nested)

Method Details

getNestedException

public Exception getNestedException()


Copyright © 2000-2002 France Telecom S.A., INRIA, IMAG-LSR All Rights Reserved.