Class InvalidSymmetricJwtException

  • All Implemented Interfaces:
    Serializable

    @ResponseStatus(code=UNAUTHORIZED,
                    reason="Invalid symmetric JWT for install hook")
    public class InvalidSymmetricJwtException
    extends org.springframework.security.core.AuthenticationException
    An authentication exception thrown when processing a JSON Web Token that could not be successfully parsed.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidSymmetricJwtException

        public InvalidSymmetricJwtException​(String message)