public class UserAccessDeniedException extends RuntimeException implements WithErrorResponse
Constructor and Description |
---|
UserAccessDeniedException() |
UserAccessDeniedException(String message) |
UserAccessDeniedException(String message,
Throwable cause) |
UserAccessDeniedException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
ResponseWithErrorCode |
getErrorResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UserAccessDeniedException(String message)
public UserAccessDeniedException(Throwable cause)
@Generated(value="lombok") public UserAccessDeniedException()
public ResponseWithErrorCode getErrorResponse()
getErrorResponse
in interface WithErrorResponse
Copyright © 2017 SAP SE. All rights reserved.