Class ComponentInstantiationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.component.factory.ComponentInstantiationException
-
- All Implemented Interfaces:
java.io.Serializable
public final class ComponentInstantiationException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ComponentInstantiationException(java.lang.String message)
ComponentInstantiationException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-