Class DependencyResolverException

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

public class DependencyResolverException extends Exception
The Exception class in case a resolving does not work.
See Also:
  • Constructor Details

    • DependencyResolverException

      protected DependencyResolverException(Exception cause)
      Parameters:
      cause - The cause of the problem.
    • DependencyResolverException

      public DependencyResolverException(String message, Exception e)
      Parameters:
      message - The message to give.
      e - The Exception.
  • Method Details