Class UnknownDependencyException

    • Constructor Detail

      • UnknownDependencyException

        public UnknownDependencyException​(Throwable throwable)
        Constructs a new UnknownDependencyException based on the given Exception
        Parameters:
        throwable - Exception that triggered this Exception
      • UnknownDependencyException

        public UnknownDependencyException​(String message)
        Constructs a new UnknownDependencyException with the given message
        Parameters:
        message - Brief message explaining the cause of the exception
      • UnknownDependencyException

        public UnknownDependencyException​(Throwable throwable,
                                          String message)
        Constructs a new UnknownDependencyException based on the given Exception
        Parameters:
        message - Brief message explaining the cause of the exception
        throwable - Exception that triggered this Exception
      • UnknownDependencyException

        public UnknownDependencyException()
        Constructs a new UnknownDependencyException