Class ComponentDescriptorUnmarshallingException

  • All Implemented Interfaces:
    Serializable

    public class ComponentDescriptorUnmarshallingException
    extends Exception
    Exception that is thrown when the class(es) required for a component implementation are not available.
    Author:
    Jason van Zyl
    See Also:
    Serialized Form
    • Constructor Detail

      • ComponentDescriptorUnmarshallingException

        public ComponentDescriptorUnmarshallingException​(String message)
        Construct a new ComponentDescriptorUnmarshallingException instance.
        Parameters:
        message - exception message
      • ComponentDescriptorUnmarshallingException

        public ComponentDescriptorUnmarshallingException​(String message,
                                                         Throwable cause)
        Construct a new ComponentDescriptorUnmarshallingException instance.
        Parameters:
        message - exception message
        cause - causing exception to chain