java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.integrations.neo4j.Neo4jException
- All Implemented Interfaces:
Serializable
Helidon exception marking a problem with Neo4j integration setup or runtime.
- See Also:
-
Constructor Summary
ConstructorDescriptionNeo4jException
(String message) Neo4jException constructor with message.Neo4jException
(String message, Throwable cause) Neo4jException constructor with message and throwable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Neo4jException
Neo4jException constructor with message.- Parameters:
message
- parameter
-
Neo4jException
Neo4jException constructor with message and throwable.- Parameters:
message
- parametercause
- parameter
-