Package

pdi.jwt

exceptions

Permalink

package exceptions

Visibility
  1. Public
  2. All

Type Members

  1. class JwtEmptyAlgorithmException extends RuntimeException with JwtException

    Permalink
  2. class JwtEmptySignatureException extends RuntimeException with JwtException

    Permalink
  3. sealed trait JwtException extends AnyRef

    Permalink
  4. class JwtExpirationException extends RuntimeException with JwtException

    Permalink
  5. class JwtLengthException extends RuntimeException with JwtException

    Permalink
  6. class JwtNonEmptyAlgorithmException extends RuntimeException with JwtException

    Permalink
  7. class JwtNonEmptySignatureException extends RuntimeException with JwtException

    Permalink
  8. class JwtNonNumberException extends RuntimeException with JwtException

    Permalink
  9. class JwtNonStringException extends RuntimeException with JwtException

    Permalink
  10. class JwtNonStringSetOrStringException extends RuntimeException with JwtException

    Permalink
  11. class JwtNonSupportedAlgorithm extends RuntimeException with JwtException

    Permalink
  12. class JwtNonSupportedCurve extends RuntimeException with JwtException

    Permalink
  13. class JwtNotBeforeException extends RuntimeException with JwtException

    Permalink
  14. class JwtSignatureFormatException extends RuntimeException with JwtException

    Permalink
  15. class JwtValidationException extends RuntimeException with JwtException

    Permalink

Ungrouped