public class UnauthorizedClientException extends OAuth2Exception
Constructor and Description |
---|
UnauthorizedClientException()
Constructs a new UnauthorizedClientException with the default message.
|
UnauthorizedClientException(String message)
Constructs a new UnauthorizedClientException with the specified message.
|
getError, getParameterLocation, getStatusCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnauthorizedClientException()
public UnauthorizedClientException(String message)
message
- The reason for the exception.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.