public class AccessDeniedException extends OAuth2Exception
Constructor and Description |
---|
AccessDeniedException(String message)
Constructs a new AccessDeniedException with specified message.
|
AccessDeniedException(String message,
OAuth2Constants.UrlLocation parameterLocation)
Constructs a new AccessDeniedException with specified message.
|
AccessDeniedException(Throwable cause)
Constructs a new AccessDeniedException with message from the specified cause.
|
getError, getParameterLocation, getStatusCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AccessDeniedException(String message)
OAuth2Constants.UrlLocation
for the parameters are defaulted to QUERY.message
- The reason for the exception.public AccessDeniedException(Throwable cause)
cause
- The cause of the exception.public AccessDeniedException(String message, OAuth2Constants.UrlLocation parameterLocation)
message
- The reason for the exception.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.