4950515253545556
try { server = new SaslSocketServer(this, new InetSocketAddress((InetAddress)null, 0)); server.start(); } catch(IOException e) { throw new SparqlException("Error starting server."); } }
979899100101102103
} } @Override public void remove() { throw new SparqlException("remove not supported on Solutions"); }