Class ComponentLookupRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.codehaus.plexus.component.repository.exception.ComponentLookupRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class ComponentLookupRuntimeException extends java.lang.RuntimeException
The exception which is thrown by a component repository when the requested component cannot be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ComponentLookupRuntimeException(ComponentLookupException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-
-
-
Constructor Detail
-
ComponentLookupRuntimeException
public ComponentLookupRuntimeException(ComponentLookupException cause)
-
-