Class OAuth1SignatureException

    • Constructor Summary

      Constructors 
      Constructor Description
      OAuth1SignatureException()
      Constructs an OAuth signature exception with no detail message.
      OAuth1SignatureException​(java.lang.String s)
      Constructs an OAuth signature exception with the specified detail message.
      OAuth1SignatureException​(java.lang.Throwable cause)
      Constructs an OAuth signature exception with the specified cause.
    • 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

      • OAuth1SignatureException

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

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

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