/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package usda.weru.weps.reports;

/**
 *
 * @author Joseph Levin <joelevin@weru.ksu.edu>
 */
public class VetoException extends Exception{
    
    public VetoException(){
        super();
    }
    public VetoException(String message){
        super(message);
    }

}
