ozone API

org.ozoneDB
Class DeadlockException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.ozoneDB.DeadlockException
All Implemented Interfaces:
java.io.Serializable

public class DeadlockException
extends java.lang.RuntimeException

This exception is thrown in the client, if the current transaction was aborted because of a deadlock in the server. This exception appears only, if explicite transactions are used in the client.

Note: Since a deadlock may occur at any place in the code this exception is a RuntimeException instead of an OzoneRemoteException.

Version:
$Revision: 1.1 $Date: 2002/09/11 23:11:19 $
Author:
SMB
See Also:
Serialized Form

Constructor Summary
DeadlockException()
           
DeadlockException(java.lang.String s)
           
 
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()

DeadlockException

public DeadlockException(java.lang.String s)

ozone API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.