7576777879808182838485
public ConnectorElement getProperty(String connector) throws Exception { try { ConnectorMgmt con = new ConnectorMgmt(); return con.viewConnectorProperty(connector); } catch (Exception e) { throw ExceptionHandler.getException(e, this); }