public class OAuthConfigurationException extends OAuthException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ERROR_TYPE |
Constructor and Description |
---|
OAuthConfigurationException(java.lang.String msgKey,
java.lang.String configProperty,
java.lang.String value,
java.lang.Throwable cause) |
OAuthConfigurationException(java.lang.String configProperty,
java.lang.String value,
java.lang.Throwable cause)
Creates a OAuthConfigurationException.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
formatSelf(java.util.Locale locale,
java.lang.String encoding) |
java.lang.String |
getConfigProperty()
Returns A configuration property for the error message.
|
java.lang.String |
getError()
Gets error type for this OAuth exception
|
java.lang.String |
getValue()
Returns A configuration property value for the message resource.
|
public static final java.lang.String ERROR_TYPE
public OAuthConfigurationException(java.lang.String configProperty, java.lang.String value, java.lang.Throwable cause)
configProperty
- A configuration property for the error message.value
- A configuration property value for the message resource.cause
- A root exception.public OAuthConfigurationException(java.lang.String msgKey, java.lang.String configProperty, java.lang.String value, java.lang.Throwable cause)
public java.lang.String getConfigProperty()
public java.lang.String getValue()
public java.lang.String getError()
OAuthException
getError
in class OAuthException
public java.lang.String formatSelf(java.util.Locale locale, java.lang.String encoding)
formatSelf
in class OAuthException