Class Neo4jException

All Implemented Interfaces:
Serializable

public class Neo4jException extends RuntimeException
Helidon exception marking a problem with Neo4j integration setup or runtime.
See Also:
  • Constructor Details

    • Neo4jException

      public Neo4jException(String message)
      Neo4jException constructor with message.
      Parameters:
      message - parameter
    • Neo4jException

      public Neo4jException(String message, Throwable cause)
      Neo4jException constructor with message and throwable.
      Parameters:
      message - parameter
      cause - parameter