case HttpURLConnection.HTTP_CONFLICT:
throw new VersionConflictException(httpConn);
case HttpURLConnection.HTTP_ENTITY_TOO_LARGE:
throw new EntityTooLargeException(httpConn);
case HttpURLConnection.HTTP_NOT_ACCEPTABLE:
throw new NotAcceptableException(httpConn);
case HttpURLConnection.HTTP_GONE: