Serializable
public class SearchException extends MessagingException
Constructor | Description |
---|---|
SearchException() |
Constructs a SearchException with no detail message.
|
SearchException(String s) |
Constructs a SearchException with the specified detail message.
|
getCause, getNextException, setNextException, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public SearchException()
public SearchException(String s)
s
- the detail messageCopyright © 2018 Oracle. All rights reserved.