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:
java.io.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(java.lang.String stringToSign, java.lang.Exception e)
Default constructor
-