Skip to main content

CANNOT_LOAD_CATALOG error condition

SQLSTATE: 46103

Cannot load catalog '<name>' with the plugin class '<pluginClassName>':

ABSTRACT_CLASS​

the class is abstract and cannot be instantiated.

CONSTRUCTOR_FAILURE​

the constructor threw an exception during instantiation.

CONSTRUCTOR_NOT_ACCESSIBLE​

failed to call the public no-arg constructor.

CONSTRUCTOR_NOT_FOUND​

failed to find the public no-arg constructor.

NOT_A_CATALOG_PLUGIN​

the class does not implement CatalogPlugin.

PLUGIN_CLASS_NOT_FOUND​

cannot find the plugin class.