Package org.moera.lib.pushrelay
Class PushRelayConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moera.lib.jsonrpc.JsonRpcConnectionException
org.moera.lib.pushrelay.PushRelayConnectionException
- All Implemented Interfaces:
Serializable
Represents an exception that indicates a connection-related issue specific to the Push Relay API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPushRelayConnectionException
(String message) Constructs a newPushRelayConnectionException
with the specified detail message.PushRelayConnectionException
(String message, Throwable cause) Constructs a newPushRelayConnectionException
with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PushRelayConnectionException
Constructs a newPushRelayConnectionException
with the specified detail message.- Parameters:
message
- the detail message
-
PushRelayConnectionException
Constructs a newPushRelayConnectionException
with the specified detail message and cause.- Parameters:
message
- the detail messagecause
- the underlying cause of the exception
-