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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOAuthException(String message) OAuthException(String message, Throwable cause) OAuthException(Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OAuthException
-
OAuthException
-
OAuthException
-