public class OAuthException extends APIException
| Constructor and Description |
|---|
OAuthException(String message) |
OAuthException(String message,
int httpStatusCode,
String path) |
OAuthException(String message,
int httpStatusCode,
String path,
Throwable cause) |
OAuthException(String message,
String path,
int httpStatusCode,
String errorCode) |
OAuthException(String message,
String path,
int httpStatusCode,
String errorCode,
List<Object> details) |
OAuthException(String message,
String path,
int httpStatusCode,
String errorCode,
List<Object> details,
Throwable cause) |
OAuthException(String message,
String path,
int httpStatusCode,
String errorCode,
Throwable cause) |
OAuthException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isExpiredToken() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OAuthException(String message, int httpStatusCode, String path, Throwable cause)
public OAuthException(String message, String path, int httpStatusCode, String errorCode)
public OAuthException(String message, String path, int httpStatusCode, String errorCode, Throwable cause)
public OAuthException(String message, String path, int httpStatusCode, String errorCode, List<Object> details)
public OAuthException(String message, String path, int httpStatusCode, String errorCode, List<Object> details, Throwable cause)
public OAuthException(String message)
Copyright © 2022. All rights reserved.