public final class SearchException extends Exception
| Constructor and Description |
|---|
SearchException()
Creates a new instance of
SearchException without detail message. |
SearchException(String msg)
Constructs an instance of
SearchException with the specified detail message. |
SearchException(String msg,
Throwable cause)
Constructs an instance of
SearchException with the specified detail message and the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SearchException()
SearchException without detail message.public SearchException(String msg)
SearchException with the specified detail message.msg - the detail message.Copyright © 2012–2026 cismet GmbH. All rights reserved.