Class TokenExpiredException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TokenExpiredException
    extends TokenException
    Indicates that the token has expired. Expiry for a JWT is determined based on 'exp' claim, as described here: https://tools.ietf.org/html/rfc7519#section-4.1.4.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TokenExpiredException

        public TokenExpiredException​(java.lang.String message)
      • TokenExpiredException

        public TokenExpiredException​(java.lang.Exception e)