if (programOpts.getPasswordFile() != null)
info.setPasswordFile(SmartFile.sanitize(
new File(programOpts.getPasswordFile())));
service.deleteService();
}
catch (Exception e) {
// We only want to wrap the string -- not the Exception.
// Otherwise the message that is printed out to the user will be like this:
// java.lang.IllegalArgumentException: The passwordfile blah blah blah