Class DependencyResolverException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    Maven31DependencyResolverException

    public class DependencyResolverException
    extends java.lang.Exception
    The Exception class in case a resolving does not work.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DependencyResult getResult()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DependencyResolverException

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

        public DependencyResolverException​(java.lang.String message,
                                           java.lang.Exception e)
        Parameters:
        message - The message to give.
        e - The Exception.