Class PushRelayConnectionException

All Implemented Interfaces:
Serializable

public class PushRelayConnectionException extends JsonRpcConnectionException
Represents an exception that indicates a connection-related issue specific to the Push Relay API.
See Also:
  • Constructor Details

    • PushRelayConnectionException

      public PushRelayConnectionException(String message)
      Constructs a new PushRelayConnectionException with the specified detail message.
      Parameters:
      message - the detail message
    • PushRelayConnectionException

      public PushRelayConnectionException(String message, Throwable cause)
      Constructs a new PushRelayConnectionException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the underlying cause of the exception