类 BadJwtAlgorithmTokenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
org.springframework.security.authentication.AccountStatusException
spring.turbo.module.security.exception.BadTokenException
spring.turbo.module.security.jwt.exception.BadJwtAlgorithmTokenException
所有已实现的接口:
Serializable

public class BadJwtAlgorithmTokenException extends BadTokenException
错误的令牌签名
从以下版本开始:
2.2.4
作者:
应卓
另请参阅:
  • 构造器详细资料

    • BadJwtAlgorithmTokenException

      public BadJwtAlgorithmTokenException(String msg)
    • BadJwtAlgorithmTokenException

      public BadJwtAlgorithmTokenException(String msg, Throwable cause)