/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.petah.spring.bai.unit; /** * * @author Petah */ public class UnitDefNotFoundException extends RuntimeException { public UnitDefNotFoundException(String message) { super(message); } }