org.objectweb.perseus.concurrency.api
Class ConcurrencyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.perseus.concurrency.api.ConcurrencyException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RolledBackConcurrencyException

public class ConcurrencyException
extends java.lang.Exception

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

Author:
Luciano Garcia-Banuelos (Luciano.Garcia@imag.fr)
See Also:
Serialized Form

Field Summary
protected  java.lang.Exception nestedException
           
 
Constructor Summary
ConcurrencyException()
           
ConcurrencyException(java.lang.Exception nested)
           
ConcurrencyException(java.lang.String msg)
           
ConcurrencyException(java.lang.String msg, java.lang.Exception nested)
           
 
Method Summary
 java.lang.Exception getNestedException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nestedException

protected java.lang.Exception nestedException
Constructor Detail

ConcurrencyException

public ConcurrencyException()

ConcurrencyException

public ConcurrencyException(java.lang.String msg)

ConcurrencyException

public ConcurrencyException(java.lang.Exception nested)

ConcurrencyException

public ConcurrencyException(java.lang.String msg,
                            java.lang.Exception nested)
Method Detail

getNestedException

public java.lang.Exception getNestedException()


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