Class UnsupportedSignatureMethodException

    • Constructor Detail

      • UnsupportedSignatureMethodException

        public UnsupportedSignatureMethodException()
        Constructs an unsupported OAuth method exception with no detail message.
      • UnsupportedSignatureMethodException

        public UnsupportedSignatureMethodException​(String s)
        Constructs an unsupported OAuth method exception with the specified detail message.
        Parameters:
        s - the detail message.