public class QueryException extends RuntimeException
Constructor and Description |
---|
QueryException(String errorCode,
String errorMessage,
String errorClass,
String host) |
QueryException(Throwable cause,
String errorCode,
String errorClass,
String host) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorClass() |
String |
getErrorCode() |
String |
getHost() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.