public class QueryUnsupportedException extends QueryException
QueryException it is expected to be serialized to a json response with a proper HTTP error code
(STATUS_CODE).| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_CODE |
static int |
STATUS_CODE |
| Constructor and Description |
|---|
QueryUnsupportedException(String errorMessage) |
QueryUnsupportedException(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 String ERROR_CODE
public static final int STATUS_CODE
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.