org.objectweb.perseus.dependency.api
Class DeadLockException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.perseus.dependency.api.DeadLockException
All Implemented Interfaces:
java.io.Serializable

public class DeadLockException
extends java.lang.Exception

Author:
S.Chassande-Barrioz
See Also:
Serialized Form

Field Summary
protected  java.lang.Exception nestedException
           
 
Constructor Summary
DeadLockException()
           
DeadLockException(java.lang.Exception nested)
           
DeadLockException(java.lang.String msg)
           
DeadLockException(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

DeadLockException

public DeadLockException()

DeadLockException

public DeadLockException(java.lang.String msg)

DeadLockException

public DeadLockException(java.lang.Exception nested)

DeadLockException

public DeadLockException(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.