Class ComponentLifecycleException

  • All Implemented Interfaces:
    Serializable

    public class ComponentLifecycleException
    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

      • ComponentLifecycleException

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

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