public static class OAuthAuthenticationProvider.CmisOAuthException extends CmisConnectionException
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR_INVALID_CLIENT |
static String |
ERROR_INVALID_GRANT |
static String |
ERROR_INVALID_REQUEST |
static String |
ERROR_INVALID_SCOPE |
static String |
ERROR_INVALID_TOKEN |
static String |
ERROR_UNAUTHORIZED_CLIENT |
static String |
ERROR_UNSUPPORTED_GRANT_TYPE |
EXCEPTION_NAME| Constructor and Description |
|---|
CmisOAuthException() |
CmisOAuthException(String message) |
CmisOAuthException(String message,
String error,
String errorDescription,
String errorUri) |
CmisOAuthException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getError() |
String |
getErrorDescription() |
String |
getErrorUri() |
getExceptionNamegetAdditionalData, getAdditionalData, getCode, getErrorContent, setAdditionalDataaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String ERROR_INVALID_REQUEST
public static final String ERROR_INVALID_CLIENT
public static final String ERROR_INVALID_GRANT
public static final String ERROR_UNAUTHORIZED_CLIENT
public static final String ERROR_UNSUPPORTED_GRANT_TYPE
public static final String ERROR_INVALID_SCOPE
public static final String ERROR_INVALID_TOKEN
public CmisOAuthException()
public CmisOAuthException(String message)
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.