javax.mail.search

Class SearchException


public class SearchException
extends MessagingException

The exception thrown when a Search expression could not be handled.
Version:
1.3
Author:
Chris Burdess

Constructor Summary

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

Method Summary

Methods inherited from class javax.mail.MessagingException

getMessage, getNextException, printStackTrace, printStackTrace, setNextException

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

© Copyright 2003, 2004 The Free Software Foundation, All rights reserved