improving GSDI, under construction...
[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 }