Class ComponentLookupException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.component.repository.exception.ComponentLookupException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ComponentLookupException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
hint
private static java.lang.String
LS
private java.lang.String
role
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ComponentLookupException(java.lang.String message, java.lang.String role, java.lang.String hint)
ComponentLookupException(java.lang.Throwable cause, java.lang.String role, java.lang.String hint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
LS
private static final java.lang.String LS
-
role
private final java.lang.String role
-
hint
private final java.lang.String hint
-
-