Class CmsResourceTypeUnknown

java.lang.Object
org.opencms.file.types.A_CmsResourceType
org.opencms.file.types.CmsResourceTypeUnknown
All Implemented Interfaces:
Serializable, I_CmsConfigurationParameterHandler, I_CmsResourceType

Resource type descriptor used in case the given resource type class in the XML configuration could not be instantiated.

Using this class usually indicates that the class name given in the XML configuration is unavailable. This can be the case if a module with a new resource type is imported, where the resource type class comes as part of the module and OpenCms must be restarted after the module import.

Since:
6.0.0
See Also: