ThrowIfUncheckedKnownUnchecked
`throwIfUnchecked(knownUnchecked)` is equivalent to `throw knownUnchecked`.

Severity
WARNING

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("ThrowIfUncheckedKnownUnchecked") to the enclosing element.