net.sourceforge.orbroker
Class DeadlockException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sourceforge.orbroker.BrokerException
                  extended bynet.sourceforge.orbroker.DeadlockException
All Implemented Interfaces:
Serializable

public final class DeadlockException
extends BrokerException

Exception for deadlock occurence.

Author:
Nils Kilden-Pedersen
See Also:
Serialized Form

Constructor Summary
DeadlockException(String message, Throwable cause)
          Constructor.
DeadlockException(Throwable cause)
          Constructor.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeadlockException

public DeadlockException(Throwable cause)
Constructor.

Parameters:
cause -

DeadlockException

public DeadlockException(String message,
                         Throwable cause)
Constructor.

Parameters:
message -
cause -