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

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.TempErrorException
All Implemented Interfaces:
java.io.Serializable

public class TempErrorException
extends SPFResultException

This exception get thrown if the result should be TempError

See Also:
Serialized Form

Constructor Summary
TempErrorException(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

TempErrorException

public TempErrorException(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.