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
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
SearchException
public SearchException()
- Constructor with no detail message.
SearchException
public SearchException(String s)
- Constructor with the specified detail message.
- Parameters:
s
- the detail message
© Copyright 2003, 2004
The Free Software Foundation, All rights reserved