FileDocCategorySizeDatePackage
SearchException.javaAPI DocGlassfish v2 API2595Mon May 14 15:28:50 BST 2007javax.mail.search

SearchException

public class SearchException extends MessagingException
The exception thrown when a Search expression could not be handled.
author
John Mani

Fields Summary
private static final long
serialVersionUID
Constructors Summary
public SearchException()
Constructs a SearchException with no detail message.


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

param
s the detail message

	super(s);
    
Methods Summary