]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - cms/org.argeo.cms.integration/src/org/argeo/maintenance/backup/vfs/SystemBackup.java
Update non-Eclipse third-parties.
[gpl/argeo-slc.git] / cms / org.argeo.cms.integration / src / org / argeo / maintenance / backup / vfs / SystemBackup.java
index 9ae0c96e58a3b624166d03453b918b5ebcac5fef..76fc668a33f544d54559f832cb2d7f706c140ddb 100644 (file)
@@ -45,7 +45,7 @@ public class SystemBackup implements Runnable {
                FileSystemOptions opts = new FileSystemOptions();
                try {
                        DefaultFileSystemConfigBuilder.getInstance().setUserAuthenticator(opts, userAuthenticator);
-               } catch (FileSystemException e) {
+               } catch (Exception e) {
                        throw new MaintenanceException("Cannot create authentication", e);
                }