/******************************************************************************* *******************************************************************************/ package at.gv.egiz.eaaf.core.exceptions; /** * @author tlenz * */ public class ProtocolNotActiveException extends EAAFProtocolException { /** * */ private static final long serialVersionUID = 1832697083163940710L; public ProtocolNotActiveException(String internalMsgId, Object[] params, String msg) { super(internalMsgId, params, msg); } }