I've actually got something similar to this, where I was running code in
separate AppDomain (kind of like ClassLoader in Java) in .NET
application, and it when it threw exception from inner AppDomain, it
couldn't serialize it in AppDomain boundary, resulting in similar
situation. :D
On 09/06/2017 09:18, Niclas Hedhman wrote:
This must be one of the funniest exceptions I have ever got... Doubt many
people find it funny, though.
java.lang.ClassCastException: java.lang.IllegalAccessException cannot be
cast to java.lang.Error
And only in this project will something like surface.
Cheers