Class MoeraNodeCallException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.moera.lib.node.exception.MoeraNodeCallException
All Implemented Interfaces:
Serializable

public class MoeraNodeCallException extends RuntimeException
Thrown to indicate errors like missing context of the call (authentication parameters or node URL) when attempting to call Moera Node API.
See Also:
  • Constructor Details

    • MoeraNodeCallException

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

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