public class AccessDeniedResponse extends RemoteFunctionResponseWithErrorCode
Modifier and Type | Field and Description |
---|---|
static String |
ACCESS_DENIED |
description, errorCode, httpStatusCode, referenceId
Constructor and Description |
---|
AccessDeniedResponse(String description,
String parameter,
Iterable<RemoteFunctionMessage> messages) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getParameter() |
getMessageClass, getMessageNumber
getDescription, getErrorCode, getHttpStatusCode, getReferenceId
public static final String ACCESS_DENIED
public AccessDeniedResponse(String description, @Nullable String parameter, Iterable<RemoteFunctionMessage> messages)
Copyright © 2018 SAP SE. All rights reserved.