Uses of Class
net.anotheria.anodoc.util.CommonModuleStorageException
-
Packages that use CommonModuleStorageException Package Description net.anotheria.anodoc.service net.anotheria.anodoc.util -
-
Uses of CommonModuleStorageException in net.anotheria.anodoc.service
Subclasses of CommonModuleStorageException in net.anotheria.anodoc.service Modifier and Type Class Description classNoStoredModuleEntityExceptionThrown when theIModuleServiceneeds to load a module instance, but it isn't stored.classStorageFailureExceptionGeneral exception a service can throw if it can't proceed as desired. -
Uses of CommonModuleStorageException in net.anotheria.anodoc.util
Methods in net.anotheria.anodoc.util that throw CommonModuleStorageException Modifier and Type Method Description voidICommonModuleStorage. deleteModule(java.lang.String moduleId, java.lang.String ownerId, java.lang.String copyId)Delete the specified instance.ModuleICommonModuleStorage. loadModule(java.lang.String moduleId, java.lang.String ownerId, java.lang.String copyId, IModuleFactory factory)Loads the specified instance.voidICommonModuleStorage. saveModule(Module module)Saves the given instance permanently.
-