Package org.moera.lib.node.exception
Class MoeraNodeApiAuthenticationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.moera.lib.node.exception.MoeraNodeException
org.moera.lib.node.exception.MoeraNodeApiException
org.moera.lib.node.exception.MoeraNodeApiAuthenticationException
- All Implemented Interfaces:
Serializable
Thrown to indicate that an API request to a Moera Node requires authentication.
This exception is a specialized form of
MoeraNodeApiException
, representing
errors related to missing or invalid authentication credentials.- See Also:
-
Field Summary
Fields inherited from class org.moera.lib.node.exception.MoeraNodeApiException
errorCode, status
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newMoeraNodeApiAuthenticationException
. -
Method Summary
Methods inherited from class org.moera.lib.node.exception.MoeraNodeApiException
getErrorCode, getStatus, parseResult
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MoeraNodeApiAuthenticationException
public MoeraNodeApiAuthenticationException()Constructs a newMoeraNodeApiAuthenticationException
.
-