Class PushRelayException

All Implemented Interfaces:
Serializable

public class PushRelayException extends JsonRpcException
Represents an exception specific to the Push Relay API interactions.
See Also:
  • Constructor Details

    • PushRelayException

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

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