public class OAuth2AuthorizationException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
OAuth2AuthorizationException.Error |
| Modifier and Type | Field and Description |
|---|---|
String |
error |
OAuth2AuthorizationException.Error |
type |
| Constructor and Description |
|---|
OAuth2AuthorizationException(String error) |
| Modifier and Type | Method and Description |
|---|---|
String |
getError() |
OAuth2AuthorizationException.Error |
getType() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic final String error
public final OAuth2AuthorizationException.Error type
public OAuth2AuthorizationException(String error)
public String getError()
public OAuth2AuthorizationException.Error getType()
Copyright © 2015 JBoss by Red Hat. All rights reserved.