Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tanersener/9a2a7480d0577d5a11db32c4a31aba81 to your computer and use it in GitHub Desktop.
Save tanersener/9a2a7480d0577d5a11db32c4a31aba81 to your computer and use it in GitHub Desktop.
javax.management.MBeanException
at com.arthenica.smartexception.java.ExceptionsTest.getStackTraceWithMaxDepth(ExceptionsTest.java:287)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Caused by: java.lang.IllegalStateException: java.util.ConcurrentModificationException: java.lang.ArrayIndexOutOfBoundsException: Index not valid.
at com.arthenica.smartexception.java.ExceptionsTest.getStackTraceWithMaxDepth(ExceptionsTest.java:286)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Caused by: java.util.ConcurrentModificationException: java.lang.ArrayIndexOutOfBoundsException: Index not valid.
at com.arthenica.smartexception.java.ExceptionsTest.getStackTraceWithMaxDepth(ExceptionsTest.java:285)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment