org.ow2.petals.microkernel.api.configuration.exception
Class InconsistentDomainModeConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.basisapi.exception.PetalsException
              extended by org.ow2.petals.microkernel.api.configuration.exception.ConfigurationException
                  extended by org.ow2.petals.microkernel.api.configuration.exception.InconsistentConfigurationException
                      extended by org.ow2.petals.microkernel.api.configuration.exception.InconsistentDomainModeConfigurationException
All Implemented Interfaces:
Serializable

public class InconsistentDomainModeConfigurationException
extends InconsistentConfigurationException

The domain mode of the current topology and the domain mode of the checked domain are inconsistent.

Author:
Christophe DENEUX - Linagora
See Also:
Serialized Form

Constructor Summary
InconsistentDomainModeConfigurationException(DomainConfiguration.DomainMode expectedDomainMode, DomainConfiguration.DomainMode actualDomainMode)
           
 
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

InconsistentDomainModeConfigurationException

public InconsistentDomainModeConfigurationException(DomainConfiguration.DomainMode expectedDomainMode,
                                                    DomainConfiguration.DomainMode actualDomainMode)


Copyright © 2005-2015 Linagora. All Rights Reserved.