org.codehaus.plexus.component.repository.exception
Class ComponentLookupException
Exceptionorg.codehaus.plexus.component.repository.exception.ComponentLookupException
public class ComponentLookupException
extends Exception
The exception which is thrown by a component repository when
the requested component cannot be found.
$Id: ComponentLookupException.java 5457 2007-01-17 22:54:30Z eredmond $
ComponentLookupException
public ComponentLookupException(String message)
Construct a new ComponentLookupException instance.
message - exception message
ComponentLookupException
public ComponentLookupException(String message,
Throwable cause) Construct a new ComponentLookupException instance.
message - exception messagecause - causing exception to chain