Adding JMCR-Stable version
[Benchmarks_CSolver.git] / JMCR-Stable / real-world application / jigsaw / src / org / w3c / cvs2 / CvsUpdateException.java
diff --git a/JMCR-Stable/real-world application/jigsaw/src/org/w3c/cvs2/CvsUpdateException.java b/JMCR-Stable/real-world application/jigsaw/src/org/w3c/cvs2/CvsUpdateException.java
new file mode 100644 (file)
index 0000000..eb5b99f
--- /dev/null
@@ -0,0 +1,17 @@
+// $Id: CvsUpdateException.java,v 1.1 2010/06/15 12:28:48 smhuang Exp $\r
+// (c) COPYRIGHT MIT and INRIA, 1998.\r
+// Please first read the full copyright statement in file COPYRIGHT.html\r
+\r
+package org.w3c.cvs2;\r
+\r
+/**\r
+ * @version $Revision: 1.1 $\r
+ * @author  Benoît Mahé (bmahe@w3.org)\r
+ */\r
+public class CvsUpdateException extends CvsException {\r
+\r
+    CvsUpdateException(String filename) {\r
+       super(filename);\r
+    }\r
+\r
+}\r