Class NoneException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.james.jspf.core.exceptions.SPFResultException
org.apache.james.jspf.core.exceptions.NoneException
- All Implemented Interfaces:
Serializable
This exception get thrown if the result should be none
- 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
-
NoneException
-
-
Method Details
-
getResult
Description copied from class:SPFResultException
The result for this exception- Specified by:
getResult
in classSPFResultException
- Returns:
- the spf result for this exception
- See Also:
-