Class ProtocolException

All Implemented Interfaces:
Serializable

public class ProtocolException extends Neo4jException
A signal that the contract for client-server communication has broken down. The user should contact support and cannot resolve this his or herself.
See Also:
  • Constructor Details

    • ProtocolException

      public ProtocolException(String message)
      Creates a new instance.
      Parameters:
      message - the message
    • ProtocolException

      public ProtocolException(String message, Throwable e)
      Creates a new instance.
      Parameters:
      message - the message
      e - the throwable