org.ozoneDB
Class DeadlockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.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
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 |
DeadlockException
public DeadlockException()
DeadlockException
public DeadlockException(java.lang.String s)
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.