Class BadJwtException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    JwtValidationException

    public class BadJwtException
    extends JwtException
    An exception similar to BadCredentialsException that indicates a Jwt that is invalid in some way.
    Since:
    5.3
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BadJwtException​(java.lang.String message)  
      BadJwtException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BadJwtException

        public BadJwtException​(java.lang.String message)
      • BadJwtException

        public BadJwtException​(java.lang.String message,
                               java.lang.Throwable cause)