Improve exception handling
[lgpl/argeo-commons.git] / org.argeo.jcr / src / org / argeo / jackrabbit / fs / DavexFsProvider.java
index d9e106b56a4039d0a903a41bad37f668360fb569..764eed0354bd742123326b92052ca49ed0479965 100644 (file)
@@ -47,7 +47,8 @@ public class DavexFsProvider extends AbstractJackrabbitFsProvider {
                }
        }
 
-       private JcrFileSystem tryGetRepo(RepositoryFactory repositoryFactory, URI repoUri, String workspace) {
+       private JcrFileSystem tryGetRepo(RepositoryFactory repositoryFactory, URI repoUri, String workspace)
+                       throws IOException {
                Map<String, String> params = new HashMap<String, String>();
                params.put(JACKRABBIT_REPOSITORY_URI, repoUri.toString());
                params.put(JACKRABBIT_REMOTE_DEFAULT_WORKSPACE, "main");