Uses of Class
org.xiruss.snapcm.api.NameNotUniqueException

Packages that use NameNotUniqueException
org.xiruss.repository.api Defines the repository-level interfaces common to clients and servers. 
org.xiruss.repository.server Implementation classes for the core server-side objects that make up a SnapCM repository. 
org.xiruss.xirussrepository.client This package provides client-side proxies that implement all the relevant Repository and XirussRepository APIs and manage all communication with the HTTP Xiruss Repository API (provided by the JettyXirussHttpApiRunner class. 
 

Uses of NameNotUniqueException in org.xiruss.repository.api
 

Methods in org.xiruss.repository.api that throw NameNotUniqueException
 Resource Repository.createResource(java.lang.String resourceName)
          Creates a new resource instance with the specified name.
 Resource NullRepository.createResource(java.lang.String resourceName)
           
 

Uses of NameNotUniqueException in org.xiruss.repository.server
 

Methods in org.xiruss.repository.server that throw NameNotUniqueException
 Resource RepositoryBase.createResource(java.lang.String resourceName)
          Creates a new resource instance with the specified name.
 

Uses of NameNotUniqueException in org.xiruss.xirussrepository.client
 

Methods in org.xiruss.xirussrepository.client that throw NameNotUniqueException
 Resource XirussRepositoryProxy.createResource(java.lang.String resourceName)