/******************************************************************************* *******************************************************************************/ package at.gv.egiz.eaaf.core.exceptions; import at.gv.egiz.eaaf.core.api.IStatusMessager; public class NoPassivAuthenticationException extends EAAFAuthenticationException { public NoPassivAuthenticationException() { super(IStatusMessager.CODES_INTERNAL_ERROR_AUTH_REQUEST_INVALID, null, ""); } /** * */ private static final long serialVersionUID = 596920452166197688L; }