Uses of Class
se.entitymanager.logic.EntityCopyCutFailedException

Packages that use EntityCopyCutFailedException
se.entitymanager.logic   
se.entitymanager.logic.file   
 

Uses of EntityCopyCutFailedException in se.entitymanager.logic
 

Methods in se.entitymanager.logic that throw EntityCopyCutFailedException
 void LogicFacade.copy(EntityInterface entity)
          Copies an entity.
 

Uses of EntityCopyCutFailedException in se.entitymanager.logic.file
 

Methods in se.entitymanager.logic.file that throw EntityCopyCutFailedException
protected  void ZippedFile.copy()
           
protected  void ZippedDirectoryFile.copy()
           
protected  void ZipFile.copy()
           
protected  void RegularFile.copy()
           
protected  void FileSystemsRootFile.copy()
           
protected  void DirectoryFile.copy()
           
protected abstract  void AbstractFile.copy()
          Copy this file.
 void FileLogicFacade.copy(EntityInterface entity)