This inspection check that exceptions marked as @SupportedByClient do not use constructors with java.lang.Throwable
parameter.
Creating exception with Throwable parameter can possibly lead to ClassNotFoundException on client tier.
It can happen if Throwable parameter is an instance of exception class which is inaccessible on the client tier.