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.Exception
Exception that is thrown when the class(es) required for a component implementation are not available.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ComponentDescriptorUnmarshallingException(java.lang.String message)
Construct a newComponentDescriptorUnmarshallingException
instance.ComponentDescriptorUnmarshallingException(java.lang.String message, java.lang.Throwable cause)
Construct a newComponentDescriptorUnmarshallingException
instance.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ComponentDescriptorUnmarshallingException
public ComponentDescriptorUnmarshallingException(java.lang.String message)
Construct a newComponentDescriptorUnmarshallingException
instance.- Parameters:
message
- exception message
-
ComponentDescriptorUnmarshallingException
public ComponentDescriptorUnmarshallingException(java.lang.String message, java.lang.Throwable cause)
Construct a newComponentDescriptorUnmarshallingException
instance.- Parameters:
message
- exception messagecause
- causing exception to chain
-
-