com.metamatrix.common.config.api.exceptions
Class InvalidConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.metamatrix.core.MetaMatrixCoreException
              extended by com.metamatrix.api.exception.MetaMatrixException
                  extended by com.metamatrix.api.exception.MetaMatrixComponentException
                      extended by com.metamatrix.common.config.api.exceptions.ConfigurationException
                          extended by com.metamatrix.common.config.api.exceptions.InvalidConfigurationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidComponentException, InvalidDeployedComponentException

public abstract class InvalidConfigurationException
extends ConfigurationException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.metamatrix.core.MetaMatrixCoreException
code
 
Constructor Summary
InvalidConfigurationException()
          No-Arg Constructor
InvalidConfigurationException(java.lang.String message)
          Constructs an instance of the exception with the specified detail message.
InvalidConfigurationException(java.lang.String code, java.lang.String message)
          Construct an instance with an error code and message specified.
InvalidConfigurationException(java.lang.Throwable e)
          Constructs an instance of the exception with no detail message but with a single exception.
InvalidConfigurationException(java.lang.Throwable e, java.lang.String message)
          Constructs an instance of the exception with the specified detail message and a single exception.
InvalidConfigurationException(java.lang.Throwable e, java.lang.String code, java.lang.String message)
          Construct an instance with a linked exception, and an error code and message, specified.
 
Method Summary
 
Methods inherited from class com.metamatrix.common.config.api.exceptions.ConfigurationException
getActionIndex, setActionIndex
 
Methods inherited from class com.metamatrix.api.exception.MetaMatrixException
getChild, getFullMessage, toString
 
Methods inherited from class com.metamatrix.core.MetaMatrixCoreException
getCode, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidConfigurationException

public InvalidConfigurationException()
No-Arg Constructor


InvalidConfigurationException

public InvalidConfigurationException(java.lang.String message)
Constructs an instance of the exception with the specified detail message. A detail message is a String that describes this particular exception.

Parameters:
message - the detail message

InvalidConfigurationException

public InvalidConfigurationException(java.lang.Throwable e)
Constructs an instance of the exception with no detail message but with a single exception.

Parameters:
e - the exception that is encapsulated by this exception

InvalidConfigurationException

public InvalidConfigurationException(java.lang.Throwable e,
                                     java.lang.String message)
Constructs an instance of the exception with the specified detail message and a single exception. A detail message is a String that describes this particular exception.

Parameters:
message - the detail message
e - the exception that is encapsulated by this exception

InvalidConfigurationException

public InvalidConfigurationException(java.lang.String code,
                                     java.lang.String message)
Construct an instance with an error code and message specified.

Parameters:
message - The error message
code - The error code

InvalidConfigurationException

public InvalidConfigurationException(java.lang.Throwable e,
                                     java.lang.String code,
                                     java.lang.String message)
Construct an instance with a linked exception, and an error code and message, specified.

Parameters:
e - An exception to chain to this exception
message - The error message
code - The error code


Copyright © 2009. All Rights Reserved.