Class OAuthException

    • Constructor Summary

      Constructors 
      Constructor Description
      OAuthException​(java.lang.String code, java.lang.String description, java.lang.String requestId, java.lang.Integer statusCode, java.lang.Throwable e)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      OAuthError getOauthError()
      The error resource returned by Stripe's OAuth API that caused the exception.
      void setOauthError​(OAuthError oauthError)
      The error resource returned by Stripe's OAuth API that caused the exception.
      • Methods inherited from class java.lang.Throwable

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

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

      • OAuthException

        public OAuthException​(java.lang.String code,
                              java.lang.String description,
                              java.lang.String requestId,
                              java.lang.Integer statusCode,
                              java.lang.Throwable e)
    • Method Detail

      • getOauthError

        public OAuthError getOauthError()
        The error resource returned by Stripe's OAuth API that caused the exception.
      • setOauthError

        public void setOauthError​(OAuthError oauthError)
        The error resource returned by Stripe's OAuth API that caused the exception.