errors.fyi community error code reference
InvocationTargetException
java

InvocationTargetException

A checked exception wrapping an exception thrown by a reflectively invoked method or constructor. Unwrap the underlying exception with getCause().

References

← all namespaces