org.objectweb.perseus.concurrency.distributed.globallock.api
Class DeadLockException

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

public class DeadLockException
extends java.lang.Exception

This exception is used to indicate that a deadlock has been detected

See Also:
Serialized Form

Constructor Summary
DeadLockException()
           
 
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
 

Constructor Detail

DeadLockException

public DeadLockException()


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