Class InvalidSecretException

    • Constructor Detail

      • InvalidSecretException

        public InvalidSecretException()
        Constructs an invalid OAuth secret exception with no detail message.
      • InvalidSecretException

        public InvalidSecretException​(String s)
        Constructs an invalid OAuth secret exception with the specified detail message.
        Parameters:
        s - the detail message.