Add extra files that should have been included in the previous commit.
[cfb.git] / prod / net / jaekl / cfb / CfbException.java
diff --git a/prod/net/jaekl/cfb/CfbException.java b/prod/net/jaekl/cfb/CfbException.java
new file mode 100644 (file)
index 0000000..b8a14c0
--- /dev/null
@@ -0,0 +1,9 @@
+package net.jaekl.cfb;
+
+public class CfbException extends Exception {
+       private static final long serialVersionUID = 1L;
+
+       public CfbException(String msg) {
+               super(msg);
+       }
+}