org.objectweb.perseus.concurrency.api

Class ConcurrencyException

Known Direct Subclasses:
RolledBackConcurrencyException

public class ConcurrencyException
extends Exception

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

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

Field Summary

protected Exception
nestedException

Constructor Summary

ConcurrencyException()
ConcurrencyException(Exception nested)
ConcurrencyException(String msg)
ConcurrencyException(String msg, Exception nested)

Method Summary

Exception
getNestedException()

Field Details

nestedException

protected Exception nestedException

Constructor Details

ConcurrencyException

public ConcurrencyException()


ConcurrencyException

public ConcurrencyException(Exception nested)


ConcurrencyException

public ConcurrencyException(String msg)


ConcurrencyException

public ConcurrencyException(String msg,
                            Exception nested)

Method Details

getNestedException

public Exception getNestedException()


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