8283848586878889
public void setUrl(String urlString) throws SessionException { try { this.url = new URL(urlString); } catch (MalformedURLException e) { log(e); throw new SessionException(e); } }