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:
  • Constructor Details

    • OAuthException

      public OAuthException(String message)
    • OAuthException

      public OAuthException(Throwable cause)
    • OAuthException

      public OAuthException(String message, Throwable cause)