Uses of Class
net.fckeditor.connector.exception.FolderAlreadyExistsException

Packages that use FolderAlreadyExistsException
net.fckeditor.connector Central interfaces and classes for the connector life cycle. 
net.fckeditor.connector.impl Default implementations for the connector interface. 
 

Uses of FolderAlreadyExistsException in net.fckeditor.connector
 

Methods in net.fckeditor.connector that throw FolderAlreadyExistsException
 void Connector.createFolder(ResourceType type, String currentFolder, String newFolder)
          Creates a new folder on the backend.
 

Uses of FolderAlreadyExistsException in net.fckeditor.connector.impl
 

Methods in net.fckeditor.connector.impl that throw FolderAlreadyExistsException
 void AbstractLocalFileSystemConnector.createFolder(ResourceType type, String currentFolder, String newFolder)
           
 



Copyright © 2004-2010 Frederico Caldeira Knabben. All Rights Reserved.