Class MoeraNodeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.moera.lib.node.exception.MoeraNodeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MoeraNodeApiException, MoeraNodeConnectionException

public class MoeraNodeException extends Exception
Represents a general exception related to errors encountered when calling Moera Node API. This exception serves as a base class for all exceptions specific to node-related errors.
See Also:
  • Constructor Details

    • MoeraNodeException

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

      public MoeraNodeException(String message, Throwable cause)
      Constructs a new MoeraNodeException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the throwable that caused this exception to be thrown
    • MoeraNodeException

      public MoeraNodeException(Throwable cause)
      Constructs a new MoeraNodeException with the provided cause.
      Parameters:
      cause - the throwable that caused this exception to be thrown