If you throw an exception from the same place in your program multiple times, JVM will stop giving you stacktraces ¯\_(ツ)_/¯

https://stackoverflow.com/questions/58696093/when-does-jvm-start-to-omit-stack-traces

When does JVM start to omit stack traces?

I've searched much on the topic. But no concrete solution/guide is present. From the docs, Some virtual machines may, under some circumstances, omit one or more stack frames from the stack tra...

Stack Overflow
I ran into this recently! Very infuriating.