package at.gv.egovernment.moa.id.auth.modules.sl20_auth.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); } }