ozone API

org.ozoneDB
Class DeadlockExc

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.ozoneDB.DeadlockExc
All Implemented Interfaces:
java.io.Serializable

public class DeadlockExc
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 OzoneRemoteExc.

Version:
$Revision: 1.1 $Date: 2001/12/18 10:31:30 $
Author:
SMB
See Also:
Serialized Form

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

DeadlockExc

public DeadlockExc()

DeadlockExc

public DeadlockExc(java.lang.String s)

ozone API

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