Package oauth.signpost.exception
Class OAuthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- oauth.signpost.exception.OAuthException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OAuthCommunicationException
,OAuthExpectationFailedException
,OAuthMessageSignerException
,OAuthNotAuthorizedException
public abstract class OAuthException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuthException(String message)
OAuthException(String message, Throwable cause)
OAuthException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-