org.codehaus.plexus.component.repository.exception
Class ComponentManagerImplementationNotFoundException
Exception
org.codehaus.plexus.component.repository.exception.ComponentManagerImplementationNotFoundException
public class ComponentManagerImplementationNotFoundException
extends Exception
Exception that is thrown when the class(es) required for a component
implementation are not available.
$Id: ComponentManagerImplementationNotFoundException.java 5469 2007-01-19 07:48:21Z eredmond $
ComponentManagerImplementationNotFoundException
public ComponentManagerImplementationNotFoundException(String message)
Construct a new ComponentManagerImplementationNotFoundException
instance.
message
- exception message
ComponentManagerImplementationNotFoundException
public ComponentManagerImplementationNotFoundException(String message,
Throwable cause)
Construct a new ComponentManagerImplementationNotFoundException
instance.
message
- exception messagecause
- causing exception to chain