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