Class BadJWTException

    • Constructor Detail

      • BadJWTException

        public BadJWTException​(String message)
        Creates a new bad JWT exception.
        Parameters:
        message - The exception message.
      • BadJWTException

        public BadJWTException​(String message,
                               Throwable cause)
        Creates a new bad JWT exception.
        Parameters:
        message - The exception message.
        cause - The exception cause.