public class ComponentImplementationNotFoundException extends Exception
| Constructor and Description |
|---|
ComponentImplementationNotFoundException(String message)
Construct a new
ComponentImplementationNotFoundException instance. |
ComponentImplementationNotFoundException(String message,
Throwable cause)
Construct a new
ComponentImplementationNotFoundException instance. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ComponentImplementationNotFoundException(String message)
ComponentImplementationNotFoundException instance.message - exception messageCopyright © 2001–2019 Codehaus Plexus. All rights reserved.