Uses of Class
org.ow2.petals.microkernel.api.configuration.exception.InconsistentConfigurationException

Packages that use InconsistentConfigurationException
org.ow2.petals.microkernel.api.configuration   
org.ow2.petals.microkernel.api.configuration.exception   
 

Uses of InconsistentConfigurationException in org.ow2.petals.microkernel.api.configuration
 

Methods in org.ow2.petals.microkernel.api.configuration that throw InconsistentConfigurationException
 void ConfigurationService.verifyContainerTopology(org.ow2.petals.clientserverapi.configuration.ContainerConfiguration newContainerConfiguration, SubDomainConfiguration newSubDomainConfiguration, DomainConfiguration newDomainConfiguration)
          Verify the given containerConfiguration against the topology configuration.
 

Uses of InconsistentConfigurationException in org.ow2.petals.microkernel.api.configuration.exception
 

Subclasses of InconsistentConfigurationException in org.ow2.petals.microkernel.api.configuration.exception
 class ContainerUnknownException
          The container is unknown in the current topology.
 class InconsistentDomainModeConfigurationException
          The domain mode of the current topology and the domain mode of the checked domain are inconsistent.
 class InconsistentNetworkTimeSyncException
          The configurations of the network time synchronization are inconsistent.
 class SubdomainUnknownException
          The sub-domain is unknown in the current topology.
 



Copyright © 2005-2015 Linagora. All Rights Reserved.