org.neo4j.kernel
Class DeadlockDetectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.neo4j.kernel.DeadlockDetectedException
- All Implemented Interfaces:
- Serializable
public class DeadlockDetectedException
- extends RuntimeException
Signals that a deadlock between two or more transactions has been detected.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DeadlockDetectedException
public DeadlockDetectedException(String message)
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.