Java source code of 'jhplot.io.db.RecordsFileException'

package jhplot.io.db;

public class RecordsFileException extends Exception {

  /**
	 * 
	 */
	private static final long serialVersionUID = 1L;

protected  RecordsFileException (String msg) {
    super(msg);
  }

}