Class ComponentLookupException

  • All Implemented Interfaces:
    Serializable

    public class ComponentLookupException
    extends Exception
    The exception which is thrown by a component repository when the requested component cannot be found.
    Author:
    Jason van Zyl
    See Also:
    Serialized Form
    • Constructor Detail

      • ComponentLookupException

        public ComponentLookupException​(String message,
                                        String role,
                                        String roleHint)
      • ComponentLookupException

        public ComponentLookupException​(String message,
                                        String role,
                                        String roleHint,
                                        org.codehaus.plexus.classworlds.realm.ClassRealm realm)
      • ComponentLookupException

        public ComponentLookupException​(String message,
                                        String role,
                                        String roleHint,
                                        org.codehaus.plexus.classworlds.realm.ClassRealm realm,
                                        Throwable cause)