Class TokenNotActiveException

All Implemented Interfaces:
Serializable

public class TokenNotActiveException extends TokenVerificationException
Exception thrown for cases when token is invalid due to time constraints (expired, or not yet valid). Cf. JsonWebToken.isActive().
Author:
hmlnarik
See Also:
  • Constructor Details