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

public class OAuthExpiredTokenException extends QException
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 Details

    • OAuthExpiredTokenException

      public OAuthExpiredTokenException(String message)
    • OAuthExpiredTokenException

      public OAuthExpiredTokenException(String errorMessage, Exception e)