Package com.ibm.oauth.core.api.error
Class OAuthException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.ibm.oauth.core.api.error.OAuthException
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Direct Known Subclasses:
- OAuth20Exception,- OAuthConfigurationException
 
 public abstract class OAuthException extends java.lang.ExceptionRepresents an exception while processing OAuth request and response. This class is the base class for all OAuth component exceptions.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description OAuthException(java.lang.String message, java.lang.Throwable cause)Creates a OAuthException.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.StringformatSelf(java.util.Locale locale, java.lang.String encoding)abstract java.lang.StringgetError()Gets error type for this OAuth exception
 
-