Class InvalidSecretException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidSecretException
    extends OAuth1SignatureException
    Thrown to indicate that the OAuth secret supplied is invalid or otherwise unsupported.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidSecretException()
      Constructs an invalid OAuth secret exception with no detail message.
      InvalidSecretException​(java.lang.String s)
      Constructs an invalid OAuth secret exception with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidSecretException

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

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