Class DependencyCollectorBuilderException

  • All Implemented Interfaces:
    Serializable

    public class DependencyCollectorBuilderException
    extends Exception
    Indicates an issue with the DependencyCollectorBuilder
    Since:
    3.1.0
    Author:
    Robert Scholte
    See Also:
    Serialized Form
    • Constructor Detail

      • DependencyCollectorBuilderException

        public DependencyCollectorBuilderException​(String message)
        Parameters:
        message - Message indicating why dependency graph could not be resolved.
      • DependencyCollectorBuilderException

        public DependencyCollectorBuilderException​(String message,
                                                   Throwable cause)
        Parameters:
        message - Message indicating why dependency graph could not be resolved.
        cause - Throwable indicating at which point the graph failed to be resolved.