oauthP5.oauth
Class OAuthSignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oauthP5.oauth.OAuthException
oauthP5.oauth.OAuthSignatureException
- All Implemented Interfaces:
- Serializable
public class OAuthSignatureException
- extends OAuthException
Specialized exception that represents a problem in the signature
- Author:
- Pablo Fernandez
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OAuthSignatureException
public OAuthSignatureException(String stringToSign,
Exception e)
- Default constructor
- Parameters:
stringToSign
- plain string that gets signed (HMAC-SHA, etc)e
- original exception
Processing library oauthP5 by New York Times R&D Lab. (c) 2012