Class OAuthExpiredTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.kingsrook.qqq.backend.core.exceptions.QException
com.kingsrook.qqq.backend.module.api.exceptions.OAuthExpiredTokenException
- All Implemented Interfaces:
Serializable
Exception to be thrown by a request that uses OAuth, if the current token
is expired. Generally should signal that the token needs refreshed, and the
request should be tried again.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOAuthExpiredTokenException
(String message) OAuthExpiredTokenException
(String errorMessage, Exception e) -
Method Summary
Methods inherited from class com.kingsrook.qqq.backend.core.exceptions.QException
getHasLoggedError, getHasLoggedWarning, hasLoggedLevel, setHasLoggedError, setHasLoggedLevel, setHasLoggedWarning, withHasLoggedError, withHasLoggedWarning
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OAuthExpiredTokenException
-
OAuthExpiredTokenException
-