configuration = (SPSBean) digester.parse(input);
this.timestamp = (new Date()).getTime();
} catch (IOException e) {
String msg = "IOException in configuration reading: " + e.getMessage();
throw new ConfigurationException(msg, e);
} catch (SAXException e) {
String msg = "SAXException in configuration reading: " + e.getMessage();
throw new ConfigurationException(msg, e);
}
}