errors.fyi community error code reference
ExecutionException
java

ExecutionException

Thrown by Future.get() when the computation threw an exception. Unwrap the cause with getCause().

References

← all namespaces