Package org.scribe.exceptions
Class OAuthSignatureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.scribe.exceptions.OAuthException
-
- org.scribe.exceptions.OAuthSignatureException
-
- All Implemented Interfaces:
Serializable
public class OAuthSignatureException extends OAuthException
Specialized exception that represents a problem in the signature- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuthSignatureException(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
-
-