Package org.moera.lib.naming
Class MoeraNamingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moera.lib.jsonrpc.JsonRpcException
org.moera.lib.naming.MoeraNamingException
- All Implemented Interfaces:
Serializable
Represents an exception that is specific to naming-related errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMoeraNamingException
(String message) Constructs a newMoeraNamingException
with the specified detail message.MoeraNamingException
(String message, Throwable cause) Constructs a newMoeraNamingException
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
-
MoeraNamingException
Constructs a newMoeraNamingException
with the specified detail message.- Parameters:
message
- the detail message explaining the reason for the exception
-
MoeraNamingException
Constructs a newMoeraNamingException
with the specified detail message and cause.- Parameters:
message
- the detail message explaining the reason for the exceptioncause
- the cause of the exception
-