org.apache.mailet
Class TemporaryLookupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.mailet.LookupException
                  extended by org.apache.mailet.TemporaryLookupException
All Implemented Interfaces:
Serializable

public class TemporaryLookupException
extends LookupException

Defines a general exception raised by the MailetContext dns lookup methods.

Since:
Mailet API v2.5
See Also:
Serialized Form

Constructor Summary
TemporaryLookupException()
          Constructs a new lookup exception.
TemporaryLookupException(String message)
          Constructs a new lookup exception with the specified message.
 
Method Summary
 
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

TemporaryLookupException

public TemporaryLookupException()
Constructs a new lookup exception.


TemporaryLookupException

public TemporaryLookupException(String message)
Constructs a new lookup exception with the specified message.



Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.