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