nl.gx.webmanager.services.config
Class ConfigurationManagementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by nl.gx.webmanager.services.config.ConfigurationManagementException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationManagementException
extends java.lang.Exception

Configuration related exception class.

Author:
arjansc
See Also:
Serialized Form

Constructor Summary
ConfigurationManagementException()
          Constructs a new ConfigurationManagementException with no details.
ConfigurationManagementException(java.lang.String message)
          Constructs a new ConfigurationManagementException with a specific message.
ConfigurationManagementException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new ConfigurationManagementException with a specific message and causing exception.
 
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

ConfigurationManagementException

public ConfigurationManagementException()
Constructs a new ConfigurationManagementException with no details.


ConfigurationManagementException

public ConfigurationManagementException(java.lang.String message)
Constructs a new ConfigurationManagementException with a specific message.

Parameters:
message - Message containing detail information about the exception.

ConfigurationManagementException

public ConfigurationManagementException(java.lang.String message,
                                        java.lang.Throwable cause)
Constructs a new ConfigurationManagementException with a specific message and causing exception.

Parameters:
message - Message containing detail information about the exception.
cause - The Throwable instance which caused this exception.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.