errors.fyi community error code reference
StackOverflowError
java

StackOverflowError

Thrown when the call stack depth exceeds the JVM limit, almost always caused by unbounded recursion. Increase the stack size with -Xss or fix the recursion.

References

← all namespaces