org.codehaus.plexus.component.repository.exception
public class ComponentProfileException extends java.lang.Exception
Constructor and Description |
---|
ComponentProfileException(java.lang.String message)
Construct a new
ComponentProfileException instance. |
ComponentProfileException(java.lang.String message,
java.lang.Throwable cause)
Construct a new
ComponentProfileException instance. |
public ComponentProfileException(java.lang.String message)
ComponentProfileException
instance.message
- exception messagepublic ComponentProfileException(java.lang.String message, java.lang.Throwable cause)
ComponentProfileException
instance.message
- exception messagecause
- causing exception to chain