public class OAuthTokenRequestException extends RuntimeException
| Constructor and Description |
|---|
OAuthTokenRequestException(String message,
OAuthErrorDetails details)
Initializes a new instance of the OAuthTokenRequestException with the specified error message and OAuth error details.
|
| Modifier and Type | Method and Description |
|---|---|
OAuthErrorDetails |
getDetails()
Gets details of an error returned from the Microsoft Account authorization server.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic OAuthTokenRequestException(String message, OAuthErrorDetails details)
message - the error message returned by the client librarydetails - the details of an error returned from the Microsoft Account authorization serverpublic OAuthErrorDetails getDetails()
Copyright © 2024. All rights reserved.