Class CmsResourceTypeUnknown

  • All Implemented Interfaces:
    java.io.Serializable, I_CmsConfigurationParameterHandler, I_CmsResourceType

    public class CmsResourceTypeUnknown
    extends A_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:
    Serialized Form