Avoid unit test failures when cfb.properties is not found in the classpath.
[cfb.git] / prod / net / jaekl / cfb / CfbException.java
index b8a14c0a5cce56ac67597ecf3768139360656f6d..6b46797be126b42a05a4b9446eb3aa676227c640 100644 (file)
@@ -3,6 +3,10 @@ package net.jaekl.cfb;
 public class CfbException extends Exception {
        private static final long serialVersionUID = 1L;
 
+       public CfbException() {
+               super();
+       }
+       
        public CfbException(String msg) {
                super(msg);
        }