Uses of Class
org.esupportail.portal.channels.CWebdav.exception.NotAuthorizedNewDirException

Packages that use NotAuthorizedNewDirException
org.esupportail.portal.channels.CWebdav   
org.esupportail.portal.channels.CWebdav.provider   
tests   
 

Uses of NotAuthorizedNewDirException in org.esupportail.portal.channels.CWebdav
 

Methods in org.esupportail.portal.channels.CWebdav that throw NotAuthorizedNewDirException
private  void CWebdav.createDir()
          Generate the XML String for this mod
 

Uses of NotAuthorizedNewDirException in org.esupportail.portal.channels.CWebdav.provider
 

Methods in org.esupportail.portal.channels.CWebdav.provider that throw NotAuthorizedNewDirException
 boolean DavAccessImpl.createDir(java.lang.String name, java.lang.String path)
          Create the directory given in argument
abstract  boolean DavAccess.createDir(java.lang.String name, java.lang.String path)
          Create the directory given in argument
 

Uses of NotAuthorizedNewDirException in tests
 

Methods in tests that throw NotAuthorizedNewDirException
 void TestCreate.testCreate()
           
 void TestCreate.testCreateIfExist()