Class ComponentDescriptorUnmarshallingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.component.repository.exception.ComponentDescriptorUnmarshallingException
-
- All Implemented Interfaces:
java.io.Serializable
public class ComponentDescriptorUnmarshallingException extends java.lang.ExceptionException that is thrown when the class(es) required for a component implementation are not available.- Version:
- $Id$
- Author:
- Jason van Zyl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentDescriptorUnmarshallingException(java.lang.String message)Construct a newComponentDescriptorUnmarshallingExceptioninstance.ComponentDescriptorUnmarshallingException(java.lang.String message, java.lang.Throwable cause)Construct a newComponentDescriptorUnmarshallingExceptioninstance.
-
-
-
Constructor Detail
-
ComponentDescriptorUnmarshallingException
public ComponentDescriptorUnmarshallingException(java.lang.String message)
Construct a newComponentDescriptorUnmarshallingExceptioninstance.- Parameters:
message- exception message
-
ComponentDescriptorUnmarshallingException
public ComponentDescriptorUnmarshallingException(java.lang.String message, java.lang.Throwable cause)Construct a newComponentDescriptorUnmarshallingExceptioninstance.- Parameters:
message- exception messagecause- causing exception to chain
-
-