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