- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.helidon.integrations.neo4j.Neo4jException
-
- All Implemented Interfaces:
Serializable
public class Neo4jException extends RuntimeException
Helidon exception marking a problem with Neo4j integration setup or runtime.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Neo4jException(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 Detail
-
Neo4jException
public Neo4jException(String message)
Neo4jException constructor with message.- Parameters:
message
- parameter
-
-