Class OAuth1FlowException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OAuth1FlowException
    extends java.lang.Exception
    OAuth Flow exception
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OAuth1FlowException​(int errorCode, java.lang.String description, java.lang.String failingUrl)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      int getErrorCode()  
      java.lang.String getFailingUrl()  
      • 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

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

      • OAuth1FlowException

        public OAuth1FlowException​(int errorCode,
                                   java.lang.String description,
                                   java.lang.String failingUrl)
    • Method Detail

      • getErrorCode

        public int getErrorCode()
      • getDescription

        public java.lang.String getDescription()
      • getFailingUrl

        public java.lang.String getFailingUrl()