public class QueryException extends Exception implements ExceptionWithHumanReadableMessage
| Constructor and Description |
|---|
QueryException(String message) |
QueryException(String humanReadableFormatString,
Object... args) |
QueryException(Throwable cause,
String message) |
QueryException(Throwable cause,
String humanReadableFormatString,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHumanReadableErrorMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDependencyStackpublic QueryException(String message)
public String getHumanReadableErrorMessage()
getHumanReadableErrorMessage in interface ExceptionWithHumanReadableMessage