Java org.springframework.security.oauth2.common.exceptions OAuth2Exception fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.oauth2.common.exceptions OAuth2Exception fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.oauth2.common.exceptions OAuth2Exception.

The text is from its open source code.

Subclass

org.springframework.security.oauth2.common.exceptions.OAuth2Exception has subclasses.
Click this link to see all its subclasses.

Field

Constructor

Method

voidaddAdditionalInformation(String key, String value)
Add some additional information with this OAuth error.
OAuth2Exceptioncreate(String errorCode, String errorMessage)
Creates the appropriate subclass of OAuth2Exception given the errorCode.
MapgetAdditionalInformation()
Get any additional information associated with this error.
ClassgetClass()
Returns the runtime class of this Object .
intgetHttpErrorCode()
The HTTP error code associated with this error.
StringgetMessage()
Returns the detail message string of this throwable.
StringgetOAuth2ErrorCode()
The OAuth2 error code.
StringgetSummary()
voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.
OAuth2ExceptionvalueOf(Map errorParams)
Creates an OAuth2Exception from a Map<String,String>.