X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.server.jcr%2Fsrc%2Forg%2Fargeo%2Fjcr%2Ftabular%2FJcrTabularRowIterator.java;fp=org.argeo.server.jcr%2Fsrc%2Forg%2Fargeo%2Fjcr%2Ftabular%2FJcrTabularRowIterator.java;h=d4ffbf8c2dec231192c325c5c478cd94dae09705;hb=3a0d866fbeea3f78c293212f4b4fbaeba7dfe2bd;hp=ca0635c95887f65f4af2464aeb83aa39fd4fbd82;hpb=b1dbb754c88b8609246b865a25bc946213370662;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.server.jcr/src/org/argeo/jcr/tabular/JcrTabularRowIterator.java b/org.argeo.server.jcr/src/org/argeo/jcr/tabular/JcrTabularRowIterator.java index ca0635c95..d4ffbf8c2 100644 --- a/org.argeo.server.jcr/src/org/argeo/jcr/tabular/JcrTabularRowIterator.java +++ b/org.argeo.server.jcr/src/org/argeo/jcr/tabular/JcrTabularRowIterator.java @@ -28,7 +28,7 @@ import javax.jcr.PropertyType; import javax.jcr.RepositoryException; import org.apache.commons.io.IOUtils; -import org.argeo.ArgeoException; +import org.argeo.jcr.ArgeoJcrException; import org.argeo.jcr.ArgeoTypes; import org.argeo.util.CsvParser; import org.argeo.util.tabular.ArrayTabularRow; @@ -101,7 +101,7 @@ public class JcrTabularRowIterator implements TabularRowIterator { thread.start(); } } catch (RepositoryException e) { - throw new ArgeoException("Cannot read table " + tableNode, e); + throw new ArgeoJcrException("Cannot read table " + tableNode, e); } }