(no commit message)
[jalview.git] / forester / java / src / org / forester / sdi / SDIException.java
1
2 package org.forester.sdi;
3
4 public class SDIException extends Exception {
5
6     /**
7      *
8      */
9     private static final long serialVersionUID = 5154733429066500435L;
10
11     public SDIException() {
12         super();
13     }
14
15     public SDIException( final String message ) {
16         super( message );
17     }
18 }