Class ExpiredJwtException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.unosquare.carmigo.exception.ExpiredJwtException
All Implemented Interfaces:
Serializable

public class ExpiredJwtException extends RuntimeException
Triggers when there are issues creating a JWT token.
See Also:
  • Constructor Details

    • ExpiredJwtException

      public ExpiredJwtException(String message)