Class UnsupportedSignatureMethodException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnsupportedSignatureMethodException
    extends OAuth1SignatureException
    Thrown to indicate that the OAuth signature method requested is not supported.
    See Also:
    Serialized Form
    • 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

      • UnsupportedSignatureMethodException

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

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