Class DependencyCollectorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.transfer.dependencies.collect.DependencyCollectorException
All Implemented Interfaces:
Serializable

public class DependencyCollectorException extends Exception
Author:
Robert Scholte
See Also:
  • Constructor Details

    • DependencyCollectorException

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