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