/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package edu.mbl.jif.imagej;
/**
*
* @author GBH
*/
class UnsupportedImageModelException2 extends Exception {
public UnsupportedImageModelException2(String message) {
super(message);
}
}