} catch (final PrivilegedActionException pae) {
throw new ResolutionException("Could not manually set authenticator to accessible on "
+ LightweightHttpWagon.class.getName(), pae);
}
try {
authenticator.set(wagon, new LightweightHttpWagonAuthenticator());
} catch (final Exception e) {
throw new ResolutionException("Could not manually set authenticator on "
+ LightweightHttpWagon.class.getName(), e);
}