org.apache.mailet
Class LookupException

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

public class LookupException
extends IOException

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

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

Constructor Summary
LookupException()
          Constructs a new lookup exception.
LookupException(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

LookupException

public LookupException()
Constructs a new lookup exception.


LookupException

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



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