Pattern: Throwing instance of Exception
Issue: -
Checks for throwing an instance of java.lang.Exception
. Throw an instance of a more specific exception subclass instead.
Pattern: Throwing instance of Exception
Issue: -
Checks for throwing an instance of java.lang.Exception
. Throw an instance of a more specific exception subclass instead.