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:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • LS

      private static final String LS
    • role

      private final String role
    • hint

      private final String hint
  • Constructor Details

    • ComponentLookupException

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

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