Class ComponentLookupException

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

public final class ComponentLookupException extends Exception
See Also:
  • Constructor Details

    • ComponentLookupException

      public ComponentLookupException(String message, String role, String hint)
    • ComponentLookupException

      public ComponentLookupException(Throwable cause, String role, String hint)
  • Method Details