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