b8a14c0a5cce56ac67597ecf3768139360656f6d
[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 }