| Package | Description |
|---|---|
| org.gatein.security.oauth.exception |
| Modifier and Type | Method and Description |
|---|---|
OAuthExceptionCode |
OAuthException.getExceptionCode() |
static OAuthExceptionCode |
OAuthExceptionCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuthExceptionCode[] |
OAuthExceptionCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OAuthException(OAuthExceptionCode exceptionCode,
Map<String,Object> exceptionAttributes,
String message) |
OAuthException(OAuthExceptionCode exceptionCode,
Map<String,Object> exceptionAttributes,
String message,
Throwable cause) |
OAuthException(OAuthExceptionCode exceptionCode,
Map<String,Object> exceptionAttributes,
Throwable cause) |
OAuthException(OAuthExceptionCode exceptionCode,
String message) |
OAuthException(OAuthExceptionCode exceptionCode,
String message,
Throwable cause) |
OAuthException(OAuthExceptionCode exceptionCode,
Throwable cause) |
Copyright © 2018 JBoss by Red Hat. All Rights Reserved.