Class RefreshTokenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jquestrade.exceptions.RefreshTokenException
All Implemented Interfaces:
Serializable

public class RefreshTokenException extends Exception
Thrown when the refresh token is not valid. Refresh tokens expire 7 days from when they were generated.
See Also:
  • Constructor Details

    • RefreshTokenException

      public RefreshTokenException(String reason)