+ body, status, uri.toURL());
}
if (code.equals("IP_ADDRESS_NOT_FOUND")
|| code.equals("IP_ADDRESS_RESERVED")) {
throw new AddressNotFoundException(error);
} else if (code.equals("AUTHORIZATION_INVALID")
|| code.equals("LICENSE_KEY_REQUIRED")
|| code.equals("USER_ID_REQUIRED")) {
throw new AuthenticationException(error);
} else if (code.equals("OUT_OF_QUERIES")) {