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:
java.io.Serializable

public class SearchException
extends MessagingException

An exception thrown to indicate that a search expression could not be handled by the store implementation.

Version:
1.4
Author:
Chris Burdess
See Also:
Serialized Form

Constructor Summary
SearchException()
          Constructor with no detail message.
SearchException(java.lang.String s)
          Constructor with the specified detail message.
 
Method Summary
 
Methods inherited from class javax.mail.MessagingException
getMessage, getNextException, printStackTrace, printStackTrace, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchException

public SearchException()
Constructor with no detail message.


SearchException

public SearchException(java.lang.String s)
Constructor with the specified detail message.

Parameters:
s - the detail message


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