org.apache.james.jspf.core
Interface SPFCheckerExceptionCatcher


public interface SPFCheckerExceptionCatcher

Implementations get called when a SPFChecker throws an Exception


Method Summary
 void onException(java.lang.Exception exception, SPFSession session)
          Take some action on the given Exception
 

Method Detail

onException

void onException(java.lang.Exception exception,
                 SPFSession session)
                 throws PermErrorException,
                        NoneException,
                        TempErrorException,
                        NeutralException
Take some action on the given Exception

Parameters:
exception - the exception
session - the SPFSession
Throws:
PermErrorException
NoneException
TempErrorException
NeutralException


Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.