742b9ab22660b8f61932b5d75eecf230c920d094
[yaz4j-moved-to-github.git] / src / main / java / org / yaz4j / Bib1Exception.java
1 package org.yaz4j;
2
3 public class Bib1Exception extends RuntimeException
4 {
5         private static final long serialVersionUID = 1L;
6
7         public Bib1Exception()
8         {
9                 super();
10         }
11         
12         public Bib1Exception(String message )
13         {
14                 super( message );
15         }
16 }