Package javax.mail.search
Class SearchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.mail.MessagingException
-
- javax.mail.search.SearchException
-
- All Implemented Interfaces:
java.io.Serializable
public class SearchException extends MessagingException
An exception thrown to indicate that a search expression could not be handled by the store implementation.- Version:
- 1.4
- Author:
- Chris Burdess
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SearchException()
Constructor with no detail message.SearchException(java.lang.String s)
Constructor with the specified detail message.
-
Method Summary
-
Methods inherited from class javax.mail.MessagingException
getMessage, getNextException, printStackTrace, printStackTrace, setNextException
-
-