org.modeshape.graph.connector
Class UuidAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.modeshape.graph.connector.RepositorySourceException
                  extended by org.modeshape.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

Constructor Summary
UuidAlreadyExistsException(String repositorySourceName, UUID uuid, String pathAsString, String workspaceName)
           
 
Method Summary
 
Methods inherited from class org.modeshape.graph.connector.RepositorySourceException
getSourceName, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UuidAlreadyExistsException

public UuidAlreadyExistsException(String repositorySourceName,
                                  UUID uuid,
                                  String pathAsString,
                                  String workspaceName)


Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.