- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jakarta.mail.MessagingException
-
- jakarta.mail.search.SearchException
-
- All Implemented Interfaces:
java.io.Serializable
public class SearchException extends MessagingException
The exception thrown when a Search expression could not be handled.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description SearchException()
Constructs a SearchException with no detail message.SearchException(java.lang.String s)
Constructs a SearchException with the specified detail message.
-
Method Summary
-
Methods inherited from class jakarta.mail.MessagingException
getCause, getNextException, setNextException, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-