/******************************************************************************* *******************************************************************************/ package at.gv.egiz.eaaf.core.exceptions; /** * @author tlenz * */ public class SLOException extends EAAFException { private static final long serialVersionUID = -5284624715788385022L; /** * @param messageId * @param parameters */ public SLOException(String messageId, Object[] parameters) { super(messageId, parameters, "SLO processing error"); // TODO Auto-generated constructor stub } }