0-7 - Reflection class not found
Possible Reason
- Generally, when
Class.forName(className)executes this method, the current class ofclassNamecannot be found. - The business code shows that the current
classNameclass is excluded, so it is not found when loading.
Troubleshooting and resolution steps
- Check whether
classNameexists inClass.forName(className). - Check the business code to see whether some classes or packages have been excluded by using the configuration or scanning annotation
exclude.
Last modified January 3, 2023: Merge error code 3-3 to 3-8, 6-4 to 99-0. (#1796) (a687d30ae0)
