This rule states - Avoid throwing certain exception types. Rather than throw a raw RuntimeException, Throwable, Exception, or Error, use a subclassed exception or error instead.
Well we use it all over the place and as we don't have a standard as such seems like an overkill rule.
lodici