pdi.jwt.exceptions

Type members

Classlikes

sealed abstract class JwtException(message: String) extends RuntimeException
class JwtExpirationException(expiration: Long) extends JwtException
class JwtLengthException(message: String) extends JwtException
class JwtNonNumberException(key: String) extends JwtException
class JwtNonStringException(key: String) extends JwtException
class JwtNonSupportedAlgorithm(algo: String) extends JwtException
class JwtNonSupportedCurve(curve: String) extends JwtException
class JwtNotBeforeException(notBefore: Long) extends JwtException
class JwtSignatureFormatException(message: String) extends JwtException
class JwtValidationException(message: String) extends JwtException