javax.mail.search
类 SearchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.mail.MessagingException
javax.mail.search.SearchException
- 所有已实现的接口:
- Serializable
public class SearchException
- extends MessagingException
The exception thrown when a Search expression could not be handled.
- 作者:
- John Mani
- 另请参见:
- 序列化表格
SearchException
public SearchException()
- Constructs a SearchException with no detail message.
SearchException
public SearchException(String s)
- Constructs a SearchException with the specified detail message.
- 参数:
s - the detail message
Copyright © 2013. All Rights Reserved.