Package com.ibm.oauth.core.api.error
Class OAuthConfigurationException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.ibm.oauth.core.api.error.OAuthException
- 
- com.ibm.oauth.core.api.error.OAuthConfigurationException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class OAuthConfigurationException extends OAuthException Represents an exception while processing OAuth component configuration.- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringERROR_TYPE
 - 
Constructor SummaryConstructors Constructor 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.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringformatSelf(java.util.Locale locale, java.lang.String encoding)java.lang.StringgetConfigProperty()Returns A configuration property for the error message.java.lang.StringgetError()Gets error type for this OAuth exceptionjava.lang.StringgetValue()Returns A configuration property value for the message resource.
 
- 
- 
- 
Field Detail- 
ERROR_TYPEpublic static final java.lang.String ERROR_TYPE - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
OAuthConfigurationExceptionpublic OAuthConfigurationException(java.lang.String configProperty, java.lang.String value, java.lang.Throwable cause)Creates a OAuthConfigurationException.- Parameters:
- configProperty- A configuration property for the error message.
- value- A configuration property value for the message resource.
- cause- A root exception.
 
 - 
OAuthConfigurationExceptionpublic OAuthConfigurationException(java.lang.String msgKey, java.lang.String configProperty, java.lang.String value, java.lang.Throwable cause)
 
- 
 - 
Method Detail- 
getConfigPropertypublic java.lang.String getConfigProperty() Returns A configuration property for the error message.- Returns:
- A configuration property for the error message.
 
 - 
getValuepublic java.lang.String getValue() Returns A configuration property value for the message resource.- Returns:
- A configuration property value for the message resource.
 
 - 
getErrorpublic java.lang.String getError() Description copied from class:OAuthExceptionGets error type for this OAuth exception- Specified by:
- getErrorin class- OAuthException
- Returns:
- error type
 
 - 
formatSelfpublic java.lang.String formatSelf(java.util.Locale locale, java.lang.String encoding)- Specified by:
- formatSelfin class- OAuthException
 
 
- 
 
-