throw new RuntimeException(
"RequestMethod not supported, Only POST and PUT can contain body");
}
} catch (UnsupportedEncodingException e) {
ALog.w(TAG, "", e);
throw new HttpException(e);
} catch (IOException e) {
ALog.w(TAG, "", e);
throw new HttpException(e);
}
}