Class SPFResultException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.james.jspf.core.exceptions.SPFResultException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NeutralException, NoneException, PermErrorException, TempErrorException

public abstract class SPFResultException extends Exception
Root exception for SPF methods
See Also:
  • Constructor Details

    • SPFResultException

      public SPFResultException(String strErrorMessage)
      Exception
      Parameters:
      strErrorMessage - string
  • Method Details

    • getResult

      public abstract String getResult()
      The result for this exception
      Returns:
      the spf result for this exception