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)
    • ProtocolException

      public ProtocolException(String message, Throwable e)