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() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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()
getErrorResponse in interface WithErrorResponsegetErrorResponse in class RequestExecutionExceptionCopyright © 2020 SAP SE. All rights reserved.