org.ikasan.framework.configuration.service
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ikasan.framework.configuration.service.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends RuntimeException

Exception resulting from failure to configure a resource marked as a 'ConfiguredResource'.

Author:
Ikasan Development Team
See Also:
Serialized Form

Constructor Summary
ConfigurationException(Exception exception)
          Constructor
ConfigurationException(String message)
          Constructor
ConfigurationException(String message, Exception exception)
          Constructor
 
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

ConfigurationException

public ConfigurationException(String message)
Constructor

Parameters:
message -

ConfigurationException

public ConfigurationException(String message,
                              Exception exception)
Constructor

Parameters:
message -
exception -

ConfigurationException

public ConfigurationException(Exception exception)
Constructor

Parameters:
exception -


Copyright © 2007-2012 Ikasan. All Rights Reserved.