public abstract class BadQueryException extends QueryException
BadRequestException for non-query requests.| Modifier and Type | Field and Description |
|---|---|
static int |
STATUS_CODE |
| Modifier | Constructor and Description |
|---|---|
protected |
BadQueryException(String errorCode,
String errorMessage,
String errorClass) |
protected |
BadQueryException(String errorCode,
String errorMessage,
String errorClass,
String host) |
getErrorClass, getErrorCode, getHost, getMessage, resolveHostnameaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int STATUS_CODE
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.