I believe the rule is triggered because you are logging a simple toString () message from Exception e, not a full stack trace. Sort of
LOG.error(SampleClass.class.getSimpleName() + ": " + e, e);
will satisfy the rule.
SonarQube has very good examples of compatible / non-compliant code with each rule definition. Expand the rule name, either in problems or in quality profiles, to view examples.
( ) , , "Sonar Way...", . SonarQube, , .
, , , , , , . , Sonar Way, . , / , . , , , .