Class ComponentManagerImplementationNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.component.repository.exception.ComponentManagerImplementationNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ComponentManagerImplementationNotFoundException extends java.lang.ExceptionException that is thrown when the class(es) required for a component implementation are not available.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description ComponentManagerImplementationNotFoundException(java.lang.String message)Construct a newComponentManagerImplementationNotFoundExceptioninstance.ComponentManagerImplementationNotFoundException(java.lang.String message, java.lang.Throwable cause)Construct a newComponentManagerImplementationNotFoundExceptioninstance.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ComponentManagerImplementationNotFoundException
public ComponentManagerImplementationNotFoundException(java.lang.String message)
Construct a newComponentManagerImplementationNotFoundExceptioninstance.- Parameters:
message- exception message
-
ComponentManagerImplementationNotFoundException
public ComponentManagerImplementationNotFoundException(java.lang.String message, java.lang.Throwable cause)Construct a newComponentManagerImplementationNotFoundExceptioninstance.- Parameters:
message- exception messagecause- causing exception to chain
-
-