public class OAuthProviderException extends ApiException
| Constructor and Description |
|---|
OAuthProviderException(String reason,
io.apimatic.coreinterfaces.http.Context context)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
OAuthProviderError |
getError()
Getter for Error.
|
String |
getErrorDescription()
Getter for ErrorDescription.
|
String |
getErrorUri()
Getter for ErrorUri.
|
String |
toString()
Converts this OAuthProviderException into string format.
|
getHttpContext, getResponseCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic OAuthProviderException(String reason, io.apimatic.coreinterfaces.http.Context context)
reason - The reason for throwing exceptioncontext - The context of the API exceptionpublic OAuthProviderError getError()
public String getErrorDescription()
public String getErrorUri()
public String toString()
toString in class ApiExceptionCopyright © 2025. All rights reserved.