Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6302 - Ambiguous imported class

6302   Ambiguous imported class

Cause

This error occurs if you attempt to reference an imported class that has been imported from more than one package.

Action

Prefix the imported class name with the imported package name; for example:

Logging::LogManager