Class OAuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openhab.core.auth.client.oauth2.OAuthException
- All Implemented Interfaces:
Serializable
For all exceptions arising during oauth.
- Author:
- Gary Tse - Initial contribution
- See Also:
-
Constructor Summary
ConstructorDescriptionOAuthException
(String message) OAuthException
(String message, Throwable cause) OAuthException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OAuthException
public OAuthException() -
OAuthException
-
OAuthException
-
OAuthException
-