case HttpURLConnection.HTTP_NOT_MODIFIED:
throw new NotModifiedException(httpConn);
case HttpURLConnection.HTTP_PRECON_FAILED:
throw new PreconditionFailedException(httpConn);
case HttpURLConnection.HTTP_NOT_IMPLEMENTED:
throw new NotImplementedException(httpConn);
case HttpURLConnection.HTTP_CONFLICT: