Class UnsupportedStorageClassException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedStorageClassException
    extends AlfrescoRuntimeException
    Thrown when an operation regarding the storage classes of the content failed to execute.
    Author:
    Lucian Tuca
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedStorageClassException

        public UnsupportedStorageClassException​(ContentStore contentStore,
                                                Set<String> storageClasses,
                                                String msg)
    • Method Detail

      • getStorageClasses

        public Set<String> getStorageClasses()