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