public class OAuthErrorException extends Exception
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
error |
static String |
INVALID_CLIENT |
static String |
INVALID_GRANT |
static String |
INVALID_REQUEST |
static String |
INVALID_SCOPE |
static String |
UNAUTHORIZED_CLIENT |
static String |
UNSUPPORTED_GRANT_TYPE |
Constructor and Description |
---|
OAuthErrorException(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) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getError() |
void |
setDescription(String description) |
void |
setError(String error) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String INVALID_REQUEST
public static final String INVALID_CLIENT
public static final String INVALID_GRANT
public static final String INVALID_SCOPE
public static final String UNAUTHORIZED_CLIENT
public static final String UNSUPPORTED_GRANT_TYPE
protected String error
protected String description
Copyright © 2016 JBoss by Red Hat. All rights reserved.