8081828384858687
public Response send() { try { createConnection(); return doSend(); } catch (final Exception e) { throw new OAuthConnectionException(e); } }