6162636465666768
ConnectionImpl getConnection() throws DespotifyException { try { return (ConnectionImpl)connectionPool.borrowObject(); } catch (Exception e) { throw new DespotifyException(e); } }