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