8889909192939495
try { return (T) _factory.create(api, _url); } catch (RuntimeException e) { throw e; } catch (Exception e) { throw new ServiceException(e); } }