Package org.apache.james.jspf.core
Interface SPFCheckerExceptionCatcher
public interface SPFCheckerExceptionCatcher
Implementations get called when a SPFChecker throws an Exception
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onException
(Exception exception, SPFSession session) Take some action on the given Exception
-
Method Details
-
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
-