Class ComponentConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.component.repository.exception.ComponentConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ComponentConfigurationException extends java.lang.ExceptionException that is thrown when the class(es) required for a component implementation are not available.- Version:
- $Id$
- Author:
- Jason van Zyl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentConfigurationException(java.lang.String message)Construct a newComponentConfigurationExceptioninstance.ComponentConfigurationException(java.lang.String message, java.lang.Throwable cause)Construct a newComponentConfigurationExceptioninstance.
-
-
-
Constructor Detail
-
ComponentConfigurationException
public ComponentConfigurationException(java.lang.String message)
Construct a newComponentConfigurationExceptioninstance.- Parameters:
message- exception message
-
ComponentConfigurationException
public ComponentConfigurationException(java.lang.String message, java.lang.Throwable cause)Construct a newComponentConfigurationExceptioninstance.- Parameters:
message- exception messagecause- causing exception to chain
-
-