Class RefreshTokenExpiredException

All Implemented Interfaces:
Serializable

public class RefreshTokenExpiredException extends UnrecoverableTokenException
Indicates that the refresh token of a ClientToken has expired, and it's no longer possible to automatically obtain a new access token.
See Also:
  • Constructor Details

    • RefreshTokenExpiredException

      public RefreshTokenExpiredException(@Nonnull String message)
    • RefreshTokenExpiredException

      public RefreshTokenExpiredException(@Nonnull String message, @Nonnull Throwable cause)