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 |
---|
OAuthAuthenticationProvider.CmisOAuthException() |
OAuthAuthenticationProvider.CmisOAuthException(String message) |
OAuthAuthenticationProvider.CmisOAuthException(String message,
String error,
String errorDescription,
String errorUri) |
OAuthAuthenticationProvider.CmisOAuthException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getError() |
String |
getErrorDescription() |
String |
getErrorUri() |
getExceptionName
getCode, getErrorContent
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 OAuthAuthenticationProvider.CmisOAuthException()
public OAuthAuthenticationProvider.CmisOAuthException(String message)
public OAuthAuthenticationProvider.CmisOAuthException(String message, Throwable cause)
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.