org.neo4j.server.rest.transactional.error
Class TransactionLifecycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
protected TransactionLifecycleException()
           
protected TransactionLifecycleException(Throwable cause)
           
 
Method Summary
protected abstract  StatusCode getStatusCode()
           
 Neo4jError toNeo4jError()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionLifecycleException

protected TransactionLifecycleException()

TransactionLifecycleException

protected TransactionLifecycleException(Throwable cause)
Method Detail

toNeo4jError

public Neo4jError toNeo4jError()

getStatusCode

protected abstract StatusCode getStatusCode()


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.