Class OAuthSignatureException

All Implemented Interfaces:
Serializable

public class OAuthSignatureException extends OAuthException
Specialized exception that represents a problem in the signature
See Also:
  • Constructor Details

    • OAuthSignatureException

      public OAuthSignatureException(String stringToSign, Exception e)
      Default constructor
      Parameters:
      stringToSign - plain string that gets signed (HMAC-SHA, etc)
      e - original exception