Class ComponentRepositoryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.repository.exception.ComponentRepositoryException
All Implemented Interfaces:
Serializable

public class ComponentRepositoryException extends Exception
Exception that is thrown when the class(es) required for a component implementation are not available.
See Also:
  • Field Details

  • Constructor Details

    • ComponentRepositoryException

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

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