> Both are named APIException. As a result of this, when the inner > classes are unpacked from the Stubs, the Fault (which extends > Exception) is generated first and then not overwritten by the complex > type (which does not).
Pardon me, I mispoke. It's the inner complex type which is generated first and not overwritten by the Fault type. --Brandon