Package org.moera.lib.naming
Class MoeraNamingConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moera.lib.jsonrpc.JsonRpcConnectionException
org.moera.lib.naming.MoeraNamingConnectionException
- All Implemented Interfaces:
Serializable
Represents a specialized exception indicating a connection-related issue
during interactions with the Moera Naming service.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMoeraNamingConnectionException
(String message) Constructs a newMoeraNamingConnectionException
with the specified detail message.MoeraNamingConnectionException
(String message, Throwable cause) Constructs a newMoeraNamingConnectionException
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
-
MoeraNamingConnectionException
Constructs a newMoeraNamingConnectionException
with the specified detail message.- Parameters:
message
- the detail message explaining the reason for the exception
-
MoeraNamingConnectionException
Constructs a newMoeraNamingConnectionException
with the specified detail message and cause.- Parameters:
message
- the detail message explaining the reason for the exceptioncause
- the cause of the exception
-