6162636465666768697071
public String[] list() throws Exception { try { ConnectorMgmt con = new ConnectorMgmt(); return con.listConnectors(); } catch (Exception e) { throw ExceptionHandler.getException(e, this); }