case HttpURLConnection.HTTP_PRECON_FAILED:
throw new PreconditionFailedException(httpConn);
case HttpURLConnection.HTTP_NOT_IMPLEMENTED:
throw new NotImplementedException(httpConn);
case HttpURLConnection.HTTP_CONFLICT:
throw new VersionConflictException(httpConn);
case HttpURLConnection.HTTP_ENTITY_TOO_LARGE: