Class InvalidJwtException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.security.core.AuthenticationException
com.atlassian.connect.spring.internal.auth.jwt.InvalidJwtException
All Implemented Interfaces:
Serializable

@ResponseStatus(code=BAD_REQUEST, reason="Invalid JWT") public class InvalidJwtException extends org.springframework.security.core.AuthenticationException
An authentication exception thrown when processing a JSON Web Token that could not be successfully parsed.
See Also:
  • Constructor Details

    • InvalidJwtException

      public InvalidJwtException(String message, Throwable cause)
    • InvalidJwtException

      public InvalidJwtException(String message)