org.objectweb.perseus.persistence.api

Class RolledBackPersistenceException


public class RolledBackPersistenceException
extends PersistenceException

Signal that the persistence manager asks the rolling back of the transaction

Author:
S.Chassande-Barrioz

Field Summary

Fields inherited from class org.objectweb.perseus.persistence.api.PersistenceException

nestedException

Constructor Summary

RolledBackPersistenceException()
RolledBackPersistenceException(Exception nested)
RolledBackPersistenceException(String msg)
RolledBackPersistenceException(String msg, Exception nested)

Method Summary

Methods inherited from class org.objectweb.perseus.persistence.api.PersistenceException

getNestedException

Constructor Details

RolledBackPersistenceException

public RolledBackPersistenceException()


RolledBackPersistenceException

public RolledBackPersistenceException(Exception nested)


RolledBackPersistenceException

public RolledBackPersistenceException(String msg)


RolledBackPersistenceException

public RolledBackPersistenceException(String msg,
                                      Exception nested)


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