public class QueryExecutionException extends Exception implements WithErrorResponse
Constructor and Description |
---|
QueryExecutionException() |
QueryExecutionException(String message) |
QueryExecutionException(String message,
Throwable cause) |
QueryExecutionException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
getErrorResponse()
Gets the response containing an HTTP error code.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public QueryExecutionException(@Nullable String message, @Nullable Throwable cause)
public QueryExecutionException()
@Nonnull public ResponseWithErrorCode getErrorResponse()
getErrorResponse
in interface WithErrorResponse
Copyright © 2019 SAP SE. All rights reserved.