Class OAuthSignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.scribejava.core.exceptions.OAuthException
com.github.scribejava.core.exceptions.OAuthSignatureException
- All Implemented Interfaces:
Serializable
Specialized exception that represents a problem in the signature
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOAuthSignatureException
(String stringToSign, Exception e) Default constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OAuthSignatureException
Default constructor- Parameters:
stringToSign
- plain string that gets signed (HMAC-SHA, etc)e
- original exception
-