public class Neo4jError extends Object
TransactionalService
is strictly tied down towards what errors it handles and returns to the client, to create a waterproof abstraction
between the runtime-exception landscape that lives below, and the errors we send to the user.
This way, we make it easy to transition this service over to a unified error code based error scheme.| Constructor and Description |
|---|
Neo4jError(Status status,
Throwable cause) |
Copyright © 2002–2013 The Neo4j Graph Database Project. All rights reserved.