Class ComponentRepositoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.component.repository.exception.ComponentRepositoryException
-
- All Implemented Interfaces:
java.io.Serializable
public class ComponentRepositoryException extends java.lang.Exception
Exception 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 long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ComponentRepositoryException(java.lang.String message)
Construct a newComponentRepositoryException
instance.ComponentRepositoryException(java.lang.String message, java.lang.Throwable cause)
Construct a newComponentRepositoryException
instance.
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ComponentRepositoryException
public ComponentRepositoryException(java.lang.String message)
Construct a newComponentRepositoryException
instance.- Parameters:
message
- exception message
-
ComponentRepositoryException
public ComponentRepositoryException(java.lang.String message, java.lang.Throwable cause)
Construct a newComponentRepositoryException
instance.- Parameters:
message
- exception messagecause
- causing exception to chain
-
-