Class ComponentImplementationNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.repository.exception.ComponentImplementationNotFoundException
- All Implemented Interfaces:
Serializable
Exception that is thrown when the class(es) required for a component
implementation are not available.
- Author:
- Jason van Zyl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a newComponentImplementationNotFoundExceptioninstance.ComponentImplementationNotFoundException(String message, Throwable cause) Construct a newComponentImplementationNotFoundExceptioninstance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ComponentImplementationNotFoundException
Construct a newComponentImplementationNotFoundExceptioninstance.- Parameters:
message- exception message
-
ComponentImplementationNotFoundException
Construct a newComponentImplementationNotFoundExceptioninstance.- Parameters:
message- exception messagecause- causing exception to chain
-