org.codehaus.plexus.component.repository.exception

Class ComponentConfigurationException


public class ComponentConfigurationException
extends Exception

Exception that is thrown when the class(es) required for a component implementation are not available.
Version:
$Id: ComponentConfigurationException.java 5457 2007-01-17 22:54:30Z eredmond $
Author:
Jason van Zyl

Constructor Summary

ComponentConfigurationException(String message)
Construct a new ComponentConfigurationException instance.
ComponentConfigurationException(String message, Throwable cause)
Construct a new ComponentConfigurationException instance.

Constructor Details

ComponentConfigurationException

public ComponentConfigurationException(String message)
Construct a new ComponentConfigurationException instance.
Parameters:
message - exception message

ComponentConfigurationException

public ComponentConfigurationException(String message,
                                       Throwable cause)
Construct a new ComponentConfigurationException instance.
Parameters:
message - exception message
cause - causing exception to chain