org.jboss.dna.graph.connector
Class UuidAlreadyExistsException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.jboss.dna.graph.connector.RepositorySourceException
org.jboss.dna.graph.connector.RepositorySourceException
                   org.jboss.dna.graph.connector.UuidAlreadyExistsException
org.jboss.dna.graph.connector.UuidAlreadyExistsException
- All Implemented Interfaces: 
- Serializable
- @Immutable
public class UuidAlreadyExistsException 
- extends RepositorySourceException
 
Exception that indicates that a copy request failed because one of the UUIDs in the source branch already exists in the target
 workspace and the UUID conflict behavior is set to throw an exception instead of
 removing the existing nodes.
- See Also:
- Serialized Form
 
 
 
 
 
UuidAlreadyExistsException
public UuidAlreadyExistsException(String repositorySourceName,
                                  UUID uuid,
                                  String pathAsString,
                                  String workspaceName)
Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.