org.jboss.system.server.profileservice.repository.clustered.sync
Class InconsistentRepositoryStructureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jboss.system.server.profileservice.repository.clustered.sync.InconsistentRepositoryStructureException
All Implemented Interfaces:
Serializable

public class InconsistentRepositoryStructureException
extends Exception

Exception indicating that the list of repository roots is inconsistent between two RepositoryContentMetadata objects. The expected cause of this would be two repositories set up with incompatible sets of backing URIs.

Version:
$Revision: $
Author:
Brian Stansberry
See Also:
Serialized Form

Constructor Summary
InconsistentRepositoryStructureException(RepositoryContentMetadata base, RepositoryContentMetadata other)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InconsistentRepositoryStructureException

public InconsistentRepositoryStructureException(RepositoryContentMetadata base,
                                                RepositoryContentMetadata other)


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.