org.codehaus.plexus.component.repository.exception

Class ComponentManagerImplementationNotFoundException


public class ComponentManagerImplementationNotFoundException
extends Exception

Exception that is thrown when the class(es) required for a component implementation are not available.
Version:
$Id: ComponentManagerImplementationNotFoundException.java 5469 2007-01-19 07:48:21Z eredmond $
Author:
Jason van Zyl

Constructor Summary

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

Constructor Details

ComponentManagerImplementationNotFoundException

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

ComponentManagerImplementationNotFoundException

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