类 BadJwtFormatTokenException

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.BadJwtFormatTokenException
所有已实现的接口:
Serializable

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

    • BadJwtFormatTokenException

      public BadJwtFormatTokenException(String msg)
    • BadJwtFormatTokenException

      public BadJwtFormatTokenException(String msg, Throwable cause)