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 SummaryConstructorsConstructorDescriptionOAuthException(String message) OAuthException(String message, Throwable cause) OAuthException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
OAuthExceptionpublic OAuthException()
- 
OAuthException
- 
OAuthException
- 
OAuthException
 
-