org.codehaus.plexus.component.repository.exception

Class ComponentLookupException

public class ComponentLookupException extends Exception

The exception which is thrown by a component repository when the requested component cannot be found.

Version: $Id: ComponentLookupException.java 1323 2004-12-20 23:00:59Z jvanzyl $

Author: Jason van Zyl

Constructor Summary
ComponentLookupException(String message)
ComponentLookupException(String message, Throwable cause)

Constructor Detail

ComponentLookupException

public ComponentLookupException(String message)

ComponentLookupException

public ComponentLookupException(String message, Throwable cause)