Class OAuth20Exception

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  OAuth20Exception.Type
      Invalid request types
    • Constructor Summary

      Constructors 
      Constructor Description
      OAuth20Exception​(jakarta.json.JsonObject serverMessage)
      Create an exception from a server message
      OAuth20Exception​(java.lang.Exception cause)
      Create a new exception with a specified cause
      OAuth20Exception​(java.lang.String message)
      Create a new exception with a given message
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      (package private) OAuthVersion[] getOAuthVersions()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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