org.jboss.system.server.profileservice.repository.clustered.sync
Class InconsistentRepositoryStructureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InconsistentRepositoryStructureException
public InconsistentRepositoryStructureException(RepositoryContentMetadata base,
RepositoryContentMetadata other)
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.