public abstract class OAuthException
extends java.lang.Exception
Constructor and Description |
---|
OAuthException(java.lang.String message,
java.lang.Throwable cause)
Creates a OAuthException.
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
formatSelf(java.util.Locale locale,
java.lang.String encoding) |
abstract java.lang.String |
getError()
Gets error type for this OAuth exception
|