Class OAuth1SignatureException

    • Constructor Detail

      • OAuth1SignatureException

        public OAuth1SignatureException()
        Constructs an OAuth signature exception with no detail message.
      • OAuth1SignatureException

        public OAuth1SignatureException​(String s)
        Constructs an OAuth signature exception with the specified detail message.
        Parameters:
        s - the detail message.
      • OAuth1SignatureException

        public OAuth1SignatureException​(Throwable cause)
        Constructs an OAuth signature exception with the specified cause.
        Parameters:
        cause - the cause of the exception.