Class OAuth2Exception

    • Constructor Summary

      Constructors 
      Constructor Description
      OAuth2Exception​(Status status, org.projectnessie.client.auth.oauth2.ErrorResponse errorResponse)  
    • Method Summary

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

      • OAuth2Exception

        public OAuth2Exception​(Status status,
                               org.projectnessie.client.auth.oauth2.ErrorResponse errorResponse)
    • Method Detail

      • getStatus

        public Status getStatus()
      • getErrorCode

        public java.lang.String getErrorCode()