package at.gv.egiz.eaaf.modules.auth.sl20.exceptions; public class SLCommandoBuildException extends SL20Exception { private static final long serialVersionUID = 1L; public SLCommandoBuildException(String msg) { super("sl20.01", new Object[]{msg}); } public SLCommandoBuildException(String msg, Throwable e) { super("sl20.01", new Object[]{msg}, e); } }