public class

SearchException

extends MessagingException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.code.javax.mail.MessagingException
         ↳ com.google.code.javax.mail.search.SearchException

Class Overview

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

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.javax.mail.MessagingException
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class com.google.code.javax.mail.MessagingException
From class java.lang.Throwable
Public Constructors
SearchException()
Constructs a SearchException with no detail message.
SearchException(String s)
Constructs a SearchException with the specified detail message.
[Expand]
Inherited Methods
From class com.google.code.javax.mail.MessagingException
From class java.lang.Throwable
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -7092886778226268686 (0x9d91010e0fc225f2)

Public Constructors

public SearchException ()

Constructs a SearchException with no detail message.

public SearchException (String s)

Constructs a SearchException with the specified detail message.

Parameters
s The detail message