JwtException

data class JwtException(val message: String?) : RuntimeException

Exception thrown by jwtExceptionCatching. Common exceptions used in com.github.jwt.core.JwtProvider.

Constructors

Link copied to clipboard
constructor(message: String?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String?

Error message

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard