*
* @throws RepositoryException wrapping a {@link ConfigurationException} if problems occurred
* while reading the paps configuration file.
*/
private FileSystemPapDAO() {
iniConfiguration = new INIConfiguration();
File iniPAPConfigurationFile = new File(dbPath + File.separator + PAP_FILE_NAME);
iniConfiguration.setFile(iniPAPConfigurationFile);