public class OAuth2RequestException extends RuntimeException
| 构造器和说明 |
|---|
OAuth2RequestException(ErrorType errorType,
OAuth2Response response) |
OAuth2RequestException(String message,
ErrorType errorType,
OAuth2Response response) |
| 限定符和类型 | 方法和说明 |
|---|---|
ErrorType |
getErrorType() |
OAuth2Response |
getResponse() |
public OAuth2RequestException(ErrorType errorType, OAuth2Response response)
public OAuth2RequestException(String message, ErrorType errorType, OAuth2Response response)
public ErrorType getErrorType()
public OAuth2Response getResponse()
Copyright © 2018. All rights reserved.