218219220221222223224225226227
case 502: throw new BadGatewayException(); case 503: throw new ServiceUnavailableException(); default: throw new TwitterAPIException("unexpected response code: " + code); } } } }