295296297298299300301
* * @exception ConnectException If the connection fails. * @exception AdminException If the request fails. */ public final String getConfiguration() throws ConnectException, AdminException { return doRequest(new GetConfigRequest()).getInfo(); }