git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@696
ab3bd59b-922f-494d-bb5f-
6f0a3c29deca
+ "configuration data.");
throw new HandleRepositoryException("Failed to instantiate a Handle Repository.");
} catch (Exception e) {
+
log.error("Failed to instantiate a Handle Repository: " + e + ":" + e.getCause());
- throw new HandleRepositoryException("Failed to instantiate a Handle Repository: " + e.getMessage());
+ throw new HandleRepositoryException("Failed to instantiate a Handle Repository: " + e);
}
}