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
Root exception for SPF methods
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SPFResultException
Exception- Parameters:
strErrorMessage
- string
-
-
Method Details
-
getResult
The result for this exception- Returns:
- the spf result for this exception
-