⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
javax.mail.search

Class SearchException

Exception
|
+--javax.mail.MessagingException
   |
   +--javax.mail.search.SearchException


public class SearchException
extends MessagingException

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

Constructor Summary

SearchException()

Constructs a SearchException with no detail message.

SearchException(String s)

Constructs a SearchException with the specified detail message.

Constructor Details

SearchException

public SearchException()

Constructs a SearchException with no detail message.


SearchException

public SearchException(String s)

Constructs a SearchException with the specified detail message.

Parameters:
s - the detail message