org.apache.james.jspf.core.exceptions
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:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SPFResultException
public SPFResultException(String strErrorMessage)
- Exception
- Parameters:
strErrorMessage
- string
getResult
public abstract String getResult()
- The result for this exception
- Returns:
- the spf result for this exception
Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.