p

pdi.jwt

exceptions

package exceptions

Type Members

  1. class JwtEmptyAlgorithmException extends RuntimeException with JwtException
  2. class JwtEmptySignatureException extends RuntimeException with JwtException
  3. sealed trait JwtException extends AnyRef
  4. class JwtExpirationException extends RuntimeException with JwtException
  5. class JwtLengthException extends RuntimeException with JwtException
  6. class JwtNonEmptyAlgorithmException extends RuntimeException with JwtException
  7. class JwtNonEmptySignatureException extends RuntimeException with JwtException
  8. class JwtNonNumberException extends RuntimeException with JwtException
  9. class JwtNonStringException extends RuntimeException with JwtException
  10. class JwtNonStringSetOrStringException extends RuntimeException with JwtException
  11. class JwtNonSupportedAlgorithm extends RuntimeException with JwtException
  12. class JwtNonSupportedCurve extends RuntimeException with JwtException
  13. class JwtNotBeforeException extends RuntimeException with JwtException
  14. class JwtSignatureFormatException extends RuntimeException with JwtException
  15. class JwtValidationException extends RuntimeException with JwtException

Ungrouped