public class IcfServiceAccessDeniedException extends AccessDeniedException
Constructor and Description |
---|
IcfServiceAccessDeniedException(String message) |
IcfServiceAccessDeniedException(User user,
Set<Authorization> missingAuthorizations) |
Modifier and Type | Method and Description |
---|---|
static IcfServiceAccessDeniedException |
raiseMissingAuthorizations(User user,
Iterable<? extends Authorization> missingAuthorizations) |
getErrorResponse, getMissingAuthorizations, getUser
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IcfServiceAccessDeniedException(String message)
public IcfServiceAccessDeniedException(@Nullable User user, @Nullable Set<Authorization> missingAuthorizations)
public static IcfServiceAccessDeniedException raiseMissingAuthorizations(@Nullable User user, @Nullable Iterable<? extends Authorization> missingAuthorizations)
Copyright © 2018 SAP SE. All rights reserved.