org.apache.james.jspf.core.exceptions
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
public class NoneException
- extends SPFResultException
This exception get thrown if the result should be none
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoneException
public NoneException(String strErrorMessage)
getResult
public 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-2011 The Apache Software Foundation. All Rights Reserved.