Class ComponentLookupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.repository.exception.ComponentLookupException
- All Implemented Interfaces:
Serializable
The exception which is thrown by a component repository when
the requested component cannot be found.
- Version:
- $Id: ComponentLookupException.java 4796 2006-11-23 21:24:11Z jvanzyl $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionComponentLookupException
(String message) ComponentLookupException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ComponentLookupException
-
ComponentLookupException
-