org.apache.james.jspf.core.exceptions
Class PermErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.james.jspf.core.exceptions.SPFResultException
org.apache.james.jspf.core.exceptions.PermErrorException
- All Implemented Interfaces:
- Serializable
public class PermErrorException
- extends SPFResultException
This exception get thrown if the result should be PermError
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PermErrorException
public PermErrorException(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.