6162636465666768
public void send(final LogReport report) throws SendException { try { POST(getUrlPost(), report); } catch (Exception e) { throw new SendException(e); } }