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