144145146147148149150151
this.bob1 = bob1; } public void method(final boolean throwException) throws ProxyException { if (throwException) { throw new ProxyException(); } }