org.oddjob.arooa.runtime
Class ModificationRefusedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.oddjob.arooa.ArooaException
                  extended by org.oddjob.arooa.runtime.ModificationRefusedException
All Implemented Interfaces:
Serializable

public class ModificationRefusedException
extends ArooaException

See Also:
Serialized Form

Constructor Summary
ModificationRefusedException(ConfigurationNodeEvent configurationEvent)
           
ModificationRefusedException(String message, ConfigurationNodeEvent configurationEvent)
           
 
Method Summary
 ConfigurationNodeEvent getConfigurationEvent()
           
 
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

ModificationRefusedException

public ModificationRefusedException(ConfigurationNodeEvent configurationEvent)

ModificationRefusedException

public ModificationRefusedException(String message,
                                    ConfigurationNodeEvent configurationEvent)
Method Detail

getConfigurationEvent

public ConfigurationNodeEvent getConfigurationEvent()