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