SearchException (Java EE 5)

From Java EE API


javax.mail.search Class SearchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.mail.MessagingException
              extended by javax.mail.search.SearchException
All Implemented Interfaces:
Serializable

public class SearchException
extends MessagingException

Extends: Throwable > Exception > MessagingException

当无法处理 Search 表达式时抛出此异常。
英文文档:

The exception thrown when a Search expression could not be handled.

Author:
John Mani
See Also:
Serialized Form

Constructor Summary
 
Method Summary
 
Methods inherited from class javax.mail.MessagingException
 
Methods inherited from class java.lang.Throwable
 
Methods inherited from class java.lang.Object
 

Constructor Detail

public SearchException()
构造不带详细消息的 SearchException。
英文文档:

SearchException

public SearchException()
Constructs a SearchException with no detail message.


public SearchException(String s)
构造带指定详细消息的 SearchException。
s 详细信息
英文文档:

SearchException

public SearchException(String s)
Constructs a SearchException with the specified detail message.

Parameters:
s - the detail message



Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.