org.apache.james.jspf.core
Interface SPFCheckerExceptionCatcher
public interface SPFCheckerExceptionCatcher
Implementations get called when a SPFChecker throws an Exception
onException
void onException(Exception exception,
SPFSession session)
throws PermErrorException,
NoneException,
TempErrorException,
NeutralException
- Take some action on the given Exception
- Parameters:
exception
- the exceptionsession
- the SPFSession
- Throws:
PermErrorException
NoneException
TempErrorException
NeutralException
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.