SearchExceptionpublic class SearchException extends MessagingException The exception thrown when a Search expression could not be handled. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public SearchException()Constructs a SearchException with no detail message.
super();
| public SearchException(String s)Constructs a SearchException with the specified detail message.
super(s);
|
|