Class InvalidSecretException

All Implemented Interfaces:
Serializable

public class InvalidSecretException extends OAuth1SignatureException
Thrown to indicate that the OAuth secret supplied is invalid or otherwise unsupported.
Author:
Paul C. Bryan <pbryan@sun.com>
See Also:
  • Constructor Details

    • 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.