public class Neo4jClientException extends RuntimeException
Constructor and Description |
---|
Neo4jClientException(Exception e)
Constructor that wraps the given exception.
|
Neo4jClientException(String message)
Constructor with only a message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Neo4jClientException(Exception e)
e
- The underlying exception.public Neo4jClientException(String message)
message
- Message of the exceptionCopyright © 2017. All rights reserved.