org.apache.james.jspf.core.exceptions
Class PermErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.james.jspf.core.exceptions.SPFResultException
              extended by org.apache.james.jspf.core.exceptions.PermErrorException
All Implemented Interfaces:
java.io.Serializable

public class PermErrorException
extends SPFResultException

This exception get thrown if the result should be PermError

See Also:
Serialized Form

Constructor Summary
PermErrorException(java.lang.String strErrorMessage)
           
 
Method Summary
 java.lang.String getResult()
          The result for this exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PermErrorException

public PermErrorException(java.lang.String strErrorMessage)
Method Detail

getResult

public java.lang.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-2009 The Apache Software Foundation. All Rights Reserved.