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