public class MissingConfigException extends QueryExecutionException
Constructor and Description |
---|
MissingConfigException() |
MissingConfigException(String message) |
MissingConfigException(String message,
Throwable cause) |
MissingConfigException(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 MissingConfigException(@Nullable String message, @Nullable Throwable cause)
public MissingConfigException()
@Nonnull public ResponseWithErrorCode getErrorResponse()
getErrorResponse
in interface WithErrorResponse
getErrorResponse
in class QueryExecutionException
Copyright © 2019 SAP SE. All rights reserved.