Class JsonParseException

    • Constructor Detail

      • JsonParseException

        public JsonParseException​(String message)
        Create the exception with the given message.
        Parameters:
        message - the message of the new exception
      • JsonParseException

        public JsonParseException​(String message,
                                  Throwable cause)
        Create the exception with the given message and cause.
        Parameters:
        message - the message of the new exception
        cause - the cause of the new exception