case HttpURLConnection.HTTP_ENTITY_TOO_LARGE:
throw new EntityTooLargeException(httpConn);
case HttpURLConnection.HTTP_NOT_ACCEPTABLE:
throw new NotAcceptableException(httpConn);
case HttpURLConnection.HTTP_GONE:
throw new NoLongerAvailableException(httpConn);
default: