public class NotImplementedException extends RemoteFunctionException
Constructor and Description |
---|
NotImplementedException(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 NotImplementedException(@Nullable String parameter, @Nonnull RemoteFunctionMessage message)
parameter
- The parameter.message
- The remote function message.@Nonnull public ResponseWithErrorCode getErrorResponse()
WithErrorResponse
getErrorResponse
in interface WithErrorResponse
getErrorResponse
in class RequestExecutionException
Copyright © 2020 SAP SE. All rights reserved.