Add extra files that should have been included in the previous commit.
[cfb.git] / prod / net / jaekl / cfb / CfbException.java
1 package net.jaekl.cfb;
2
3 public class CfbException extends Exception {
4         private static final long serialVersionUID = 1L;
5
6         public CfbException(String msg) {
7                 super(msg);
8         }
9 }