Rename GCR to ACR.
[lgpl/argeo-commons.git] / org.argeo.api / src / org / argeo / api / gcr / ContentNotFoundException.java
diff --git a/org.argeo.api/src/org/argeo/api/gcr/ContentNotFoundException.java b/org.argeo.api/src/org/argeo/api/gcr/ContentNotFoundException.java
deleted file mode 100644 (file)
index 8a09093..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.argeo.api.gcr;
-
-/** When a countent was requested which does not exists, equivalent to HTTP code 404.*/
-public class ContentNotFoundException extends RuntimeException {
-       private static final long serialVersionUID = -8629074900713760886L;
-
-       public ContentNotFoundException(String message, Throwable cause) {
-               super(message, cause);
-       }
-
-       public ContentNotFoundException(String message) {
-               super(message);
-       }
-
-       
-}