oauthP5.oauth
Class OAuthSignatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oauthP5.oauth.OAuthException
                  extended by 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

Constructor Summary
OAuthSignatureException(String stringToSign, Exception e)
          Default constructor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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