Package org.keycloak
Class OAuthErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.keycloak.OAuthErrorException
- All Implemented Interfaces:
Serializable
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
protected String
protected String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
ConstructorDescriptionOAuthErrorException
(String error) OAuthErrorException
(String error, String description) OAuthErrorException
(String error, String description, String message) OAuthErrorException
(String error, String description, String message, Throwable cause) OAuthErrorException
(String error, String description, Throwable cause) OAuthErrorException
(String error, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
INVALID_REQUEST
- See Also:
-
INVALID_SCOPE
- See Also:
-
UNAUTHORIZED_CLIENT
- See Also:
-
ACCESS_DENIED
- See Also:
-
UNSUPPORTED_RESPONSE_TYPE
- See Also:
-
SERVER_ERROR
- See Also:
-
TEMPORARILY_UNAVAILABLE
- See Also:
-
INVALID_REQUEST_URI
- See Also:
-
INVALID_REQUEST_OBJECT
- See Also:
-
INTERACTION_REQUIRED
- See Also:
-
LOGIN_REQUIRED
- See Also:
-
REQUEST_NOT_SUPPORTED
- See Also:
-
REQUEST_URI_NOT_SUPPORTED
- See Also:
-
INVALID_TOKEN
- See Also:
-
INSUFFICIENT_SCOPE
- See Also:
-
INVALID_REDIRECT_URI
- See Also:
-
INVALID_CLIENT_METADATA
- See Also:
-
AUTHORIZATION_PENDING
- See Also:
-
SLOW_DOWN
- See Also:
-
EXPIRED_TOKEN
- See Also:
-
INVALID_BINDING_MESSAGE
- See Also:
-
INVALID_DPOP_PROOF
- See Also:
-
INVALID_CLIENT
- See Also:
-
INVALID_GRANT
- See Also:
-
UNSUPPORTED_GRANT_TYPE
- See Also:
-
UNSUPPORTED_TOKEN_TYPE
- See Also:
-
error
-
description
-
-
Constructor Details
-
OAuthErrorException
-
OAuthErrorException
-
OAuthErrorException
-
OAuthErrorException
-
OAuthErrorException
-
OAuthErrorException
-
-
Method Details
-
getError
-
setError
-
getDescription
-
setDescription
-