Class DependencyCollectionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.shared.transfer.collection.DependencyCollectionException
-
- All Implemented Interfaces:
java.io.Serializable
public class DependencyCollectionException extends java.lang.Exception
Thrown in case of bad artifact descriptors, version ranges or other issues encountered during calculation of the dependency graph.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description DependencyCollectionException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-