Class JwtExpiredTokenException

Object
Throwable
Exception
RuntimeException
AuthenticationException
JwtExpiredTokenException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
OutOfWorkingHoursAuthenticationException

public class JwtExpiredTokenException extends AuthenticationException
See Also:
  • Constructor Details

    • JwtExpiredTokenException

      public JwtExpiredTokenException(String msg, String token)
  • Method Details

    • getToken

      public String getToken()