Class ComponentLifecycleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.repository.exception.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.
Version:
$Id: ComponentLifecycleException.java 4796 2006-11-23 21:24:11Z jvanzyl $
See Also:
  • Constructor Details

    • ComponentLifecycleException

      public ComponentLifecycleException(String message)
    • ComponentLifecycleException

      public ComponentLifecycleException(String message, Throwable cause)