org.codehaus.plexus.component.repository.exception
public class ComponentRepositoryException extends Exception
Version: $Id: ComponentRepositoryException.java 5457 2007-01-17 22:54:30Z eredmond $
Field Summary | |
---|---|
static long | serialVersionUID |
Constructor Summary | |
---|---|
ComponentRepositoryException(String message)
Construct a new ComponentRepositoryException instance. | |
ComponentRepositoryException(String message, Throwable cause)
Construct a new ComponentRepositoryException instance. |
ComponentRepositoryException
instance.Parameters: message exception message
ComponentRepositoryException
instance.Parameters: message exception message cause causing exception to chain