With computers you can have the joy of delinquency without anyone getting hurt. Delinquency being different to maliciousness of course.
So when I saw that Throwable.initCause() method could throw an IAE if the argument was "this", the delinquent in me saw an opportunity for some harmless fun.
public class TheDevilMadeMeDoIt {
public static void main(String[] args) {
Throwable t1...