525526527528529530531532533534535
case HttpURLConnection.HTTP_NOT_ACCEPTABLE: throw new NotAcceptableException(httpConn); case HttpURLConnection.HTTP_GONE: throw new NoLongerAvailableException(httpConn); default: throw new ServiceException(httpConn); } }
580581582583584585586587588589590
624625626627628629630631632633634