Class DependencyCollectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.transfer.collection.DependencyCollectionException
All Implemented Interfaces:
Serializable

public class DependencyCollectionException extends Exception
Thrown in case of bad artifact descriptors, version ranges or other issues encountered during calculation of the dependency graph.
See Also:
  • Constructor Details

    • DependencyCollectionException

      public DependencyCollectionException(String message, Throwable cause)
      Parameters:
      message - The message you would give for the exception.
      cause - The cause which is related to the message.