org.neo4j.server.rest.transactional.error
Class TransactionLifecycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.neo4j.server.rest.transactional.error.TransactionLifecycleException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InternalBeginTransactionError, InvalidConcurrentTransactionAccess, InvalidTransactionId
public abstract class TransactionLifecycleException
- extends Exception
TransactionLifecycleExceptions are internal exceptions that may be thrown
due to server transaction lifecycle transitions that map directly on a
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TransactionLifecycleException
protected TransactionLifecycleException()
TransactionLifecycleException
protected TransactionLifecycleException(Throwable cause)
toNeo4jError
public Neo4jError toNeo4jError()
getStatusCode
protected abstract StatusCode getStatusCode()
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.