Uses of Class
com.atlassian.confluence.rpc.AlreadyExistsException

Packages that use AlreadyExistsException
com.atlassian.confluence.rpc.soap   
com.atlassian.confluence.rpc.soap.services   
 

Uses of AlreadyExistsException in com.atlassian.confluence.rpc.soap
 

Methods in com.atlassian.confluence.rpc.soap that throw AlreadyExistsException
 RemoteSpace WikiSoapService.addPersonalSpace(java.lang.String token, RemoteSpace space, java.lang.String username)
           
 RemoteSpace ConfluenceSoapService.addPersonalSpace(java.lang.String token, RemoteSpace space, java.lang.String username)
           
 RemoteSpace WikiSoapService.addPersonalSpaceWithDefaultPermissions(java.lang.String token, RemoteSpace space, java.lang.String username)
           
 RemoteSpace ConfluenceSoapService.addPersonalSpaceWithDefaultPermissions(java.lang.String token, RemoteSpace space, java.lang.String username)
           
 RemoteSpace WikiSoapService.addSpace(java.lang.String token, RemoteSpace space)
           
 RemoteSpace ConfluenceSoapService.addSpace(java.lang.String token, RemoteSpace space)
           
 RemoteSpaceGroup XhtmlSoapService.addSpaceGroup(java.lang.String token, RemoteSpaceGroup spaceGroup)
           
 RemoteSpaceGroup WikiSoapService.addSpaceGroup(java.lang.String token, RemoteSpaceGroup spaceGroup)
           
 RemoteSpaceGroup ConfluenceSoapService.addSpaceGroup(java.lang.String token, RemoteSpaceGroup spaceGroup)
          Add a space Group to Confluence
 RemoteSpace WikiSoapService.addSpaceWithDefaultPermissions(java.lang.String token, RemoteSpace space)
           
 RemoteSpace ConfluenceSoapService.addSpaceWithDefaultPermissions(java.lang.String token, RemoteSpace space)
           
 RemoteSpaceGroup XhtmlSoapService.getSpaceGroup(java.lang.String token, java.lang.String spaceGroupKey)
           
 RemoteSpaceGroup WikiSoapService.getSpaceGroup(java.lang.String token, java.lang.String spaceGroup)
           
 RemoteSpaceGroup ConfluenceSoapService.getSpaceGroup(java.lang.String token, java.lang.String spaceGroup)
           
 

Uses of AlreadyExistsException in com.atlassian.confluence.rpc.soap.services
 

Methods in com.atlassian.confluence.rpc.soap.services that throw AlreadyExistsException
protected  void SpacesSoapService.verifyPersonalSpaceCreation(ConfluenceUser user)
          Deprecated. since 4.2.7 will be removed in a future release
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.