Class JsonRpcConnectionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MoeraNamingConnectionException, PushRelayConnectionException

public class JsonRpcConnectionException extends RuntimeException
Represents an exception thrown to indicate a connection-related issue during a JSON-RPC communication.
See Also:
  • Constructor Details

    • JsonRpcConnectionException

      public JsonRpcConnectionException(String message)
      Constructs a new JsonRpcConnectionException with the specified detail message.
      Parameters:
      message - the detail message explaining the reason for the exception
    • JsonRpcConnectionException

      public JsonRpcConnectionException(String message, Throwable cause)
      Constructs a new JsonRpcConnectionException with the specified detail message and cause.
      Parameters:
      message - the detail message explaining the reason for the exception
      cause - the cause of the exception