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