case HttpURLConnection.HTTP_NOT_IMPLEMENTED:
throw new NotImplementedException(httpConn);
case HttpURLConnection.HTTP_CONFLICT:
throw new VersionConflictException(httpConn);
case HttpURLConnection.HTTP_ENTITY_TOO_LARGE:
throw new EntityTooLargeException(httpConn);
case HttpURLConnection.HTTP_NOT_ACCEPTABLE: