Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / jigsaw / src / org / w3c / jigsaw / admin / RemoteAccessException.java
diff --git a/JMCR-Stable/real-world application/jigsaw/src/org/w3c/jigsaw/admin/RemoteAccessException.java b/JMCR-Stable/real-world application/jigsaw/src/org/w3c/jigsaw/admin/RemoteAccessException.java
new file mode 100644 (file)
index 0000000..e08acd1
--- /dev/null
@@ -0,0 +1,18 @@
+// RemoteAccessException.java\r
+// $Id: RemoteAccessException.java,v 1.1 2010/06/15 12:24:28 smhuang Exp $\r
+// (c) COPYRIGHT MIT and INRIA, 1997.\r
+// Please first read the full copyright statement in file COPYRIGHT.html\r
+\r
+package org.w3c.jigsaw.admin;\r
+\r
+/**\r
+ * The exception for network failure.\r
+ */\r
+\r
+public class RemoteAccessException extends Exception {\r
+\r
+    public RemoteAccessException(String msg) {\r
+       super(msg);\r
+    }\r
+\r
+}\r