javax.mail.search
Class SearchException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.mail.MessagingException
|
+--javax.mail.search.SearchException
- All Implemented Interfaces:
- Serializable
- public class SearchException
- extends MessagingException
The exception thrown when a Search expression could not be handled.
- See Also:
- Serialized Form
Constructor Summary |
SearchException()
Constructs a SearchException with no detail message. |
SearchException(String s)
Constructs a SearchException with the specified detail message. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SearchException
public SearchException()
- Constructs a SearchException with no detail message.
SearchException
public SearchException(String s)
- Constructs a SearchException with the specified detail message.
- Parameters:
s
- the detail message