/******************************************************************************* *******************************************************************************/ package at.gv.egiz.eaaf.core.exceptions; public class EAAFSSOException extends EAAFException { /** * */ private static final long serialVersionUID = -5942886204347860148L; public EAAFSSOException(String errorId, Object[] params, String msg, Throwable e) { super(errorId, params, msg, e); } }