org.apache.james.jspf.core.exceptions
Class NeutralException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.james.jspf.core.exceptions.SPFResultException
              extended by org.apache.james.jspf.core.exceptions.NeutralException
All Implemented Interfaces:
java.io.Serializable

public class NeutralException
extends SPFResultException

This exception get thrown if the result should be neutral

See Also:
Serialized Form

Constructor Summary
NeutralException(java.lang.String strErrorMessage)
           
 
Method Summary
 java.lang.String getResult()
          The result for this exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NeutralException

public NeutralException(java.lang.String strErrorMessage)
Method Detail

getResult

public java.lang.String getResult()
Description copied from class: SPFResultException
The result for this exception

Specified by:
getResult in class SPFResultException
Returns:
the spf result for this exception
See Also:
SPFResultException.getResult()


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