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