org.objectweb.perseus.concurrency.api

Class RolledBackConcurrencyException


public class RolledBackConcurrencyException
extends ConcurrencyException

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

Author:
S.Chassande-Barrioz

Field Summary

Fields inherited from class org.objectweb.perseus.concurrency.api.ConcurrencyException

nestedException

Constructor Summary

RolledBackConcurrencyException()
RolledBackConcurrencyException(Exception nested)
RolledBackConcurrencyException(String msg)
RolledBackConcurrencyException(String msg, Exception nested)

Method Summary

Methods inherited from class org.objectweb.perseus.concurrency.api.ConcurrencyException

getNestedException

Constructor Details

RolledBackConcurrencyException

public RolledBackConcurrencyException()


RolledBackConcurrencyException

public RolledBackConcurrencyException(Exception nested)


RolledBackConcurrencyException

public RolledBackConcurrencyException(String msg)


RolledBackConcurrencyException

public RolledBackConcurrencyException(String msg,
                                      Exception nested)


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