public class SearchException extends RuntimeException
| Constructor and Description |
|---|
SearchException(String message) |
SearchException(String message,
EventContext context) |
SearchException(String message,
Throwable cause) |
SearchException(String message,
Throwable cause,
EventContext context) |
SearchException(Throwable cause) |
SearchException(Throwable cause,
EventContext context) |
| Modifier and Type | Method and Description |
|---|---|
EventContext |
getContext() |
String |
getMessageWithoutContext() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SearchException(String message)
public SearchException(Throwable cause)
public SearchException(String message, Throwable cause, EventContext context)
public SearchException(String message, EventContext context)
public SearchException(Throwable cause, EventContext context)
public String getMessageWithoutContext()
public EventContext getContext()
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.