类 UnsupportedJwtAlgorithmException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.vorbote.core.exceptions.UnsupportedJwtAlgorithmException
所有已实现的接口:
Serializable

public class UnsupportedJwtAlgorithmException extends RuntimeException
This exception means the specified jwt algorithm is not supported.
从以下版本开始:
3.0.0
作者:
vorbote
另请参阅:
  • 构造器详细资料

    • UnsupportedJwtAlgorithmException

      public UnsupportedJwtAlgorithmException()
    • UnsupportedJwtAlgorithmException

      public UnsupportedJwtAlgorithmException(String message)