public class ComponentDescriptorUnmarshallingException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
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. |
private static final long serialVersionUID
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