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,
String query)
Creates a new SearchException object.
|
SearchException(String msg,
String query,
Throwable cause)
Creates a new SearchException object.
|
SearchException(String msg,
Throwable cause)
Constructs an instance of
SearchException with the specified detail message and the specified cause. |
| Modifier and Type | Method and Description |
|---|---|
String |
getQuery()
DOCUMENT ME!
|
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.public SearchException(String msg, String query)
msg - DOCUMENT ME!query - DOCUMENT ME!public SearchException(String msg, Throwable cause)
SearchException with the specified detail message and the specified cause.msg - the detail message.cause - the exception causepublic String getQuery()
Copyright © 2012–2026 cismet GmbH. All rights reserved.