]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.client.ui.dist/src/org/argeo/slc/client/ui/dist/model/WkspGroupElem.java
Adapt refactoring (remove APIs from argeo.util)
[gpl/argeo-slc.git] / org.argeo.slc.client.ui.dist / src / org / argeo / slc / client / ui / dist / model / WkspGroupElem.java
index 66434d71a81a378b2c8236dfeffbe5442917d049..0c10777ead4319e6e0d35c09d8a866d50b7ccb0d 100644 (file)
@@ -3,8 +3,8 @@ package org.argeo.slc.client.ui.dist.model;
 import javax.jcr.RepositoryException;
 import javax.jcr.Session;
 
-import org.argeo.ArgeoException;
 import org.argeo.jcr.JcrUtils;
+import org.argeo.slc.SlcException;
 
 /**
  * Abstract set of similar workspaces, that is a bunch of workspaces with same
@@ -30,7 +30,7 @@ public class WkspGroupElem extends DistParentElem {
                                                        wkpName));
                        }
                } catch (RepositoryException e) {
-                       throw new ArgeoException("Cannot retrieve workspace names", e);
+                       throw new SlcException("Cannot retrieve workspace names", e);
                }
        }