errors.fyi community error code reference
ClassNotFoundException
java

ClassNotFoundException

Thrown when an application tries to load a class by name (e.g. Class.forName) and the class cannot be found on the classpath.

References

← all namespaces