public class WrongCustomizingException extends RemoteFunctionException
Constructor and Description |
---|
WrongCustomizingException(String parameter,
RemoteFunctionMessage message)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
getErrorResponse()
Gets the response containing an HTTP error code.
|
String |
getParameter() |
getMessages
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WrongCustomizingException(@Nullable String parameter, @Nonnull RemoteFunctionMessage message)
parameter
- The customized parameter.message
- The exception message.@Nonnull public ResponseWithErrorCode getErrorResponse()
WithErrorResponse
getErrorResponse
in interface WithErrorResponse
getErrorResponse
in class RequestExecutionException
Copyright © 2020 SAP SE. All rights reserved.