Class OAuthException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.auth.client.oauth2.OAuthException
All Implemented Interfaces:
Serializable

@NonNullByDefault public class OAuthException extends Exception
For all exceptions arising during oauth.
Author:
Gary Tse - Initial contribution
See Also:
  • Constructor Details

    • OAuthException

      public OAuthException()
    • OAuthException

      public OAuthException(String message)
    • OAuthException

      public OAuthException(String message, Throwable cause)
    • OAuthException

      public OAuthException(Throwable cause)