Class CircularDependencyException

    • Constructor Detail

      • CircularDependencyException

        public CircularDependencyException​(BeanResolutionContext resolutionContext,
                                           io.micronaut.core.type.Argument argument,
                                           java.lang.String message)
        Parameters:
        resolutionContext - The resolution context
        argument - The argument
        message - The message
      • CircularDependencyException

        public CircularDependencyException​(BeanResolutionContext resolutionContext,
                                           FieldInjectionPoint fieldInjectionPoint,
                                           java.lang.String message)
        Parameters:
        resolutionContext - The resolution context
        fieldInjectionPoint - The field injection point
        message - The message
      • CircularDependencyException

        public CircularDependencyException​(BeanResolutionContext resolutionContext,
                                           BeanDefinition declaringType,
                                           java.lang.String fieldName,
                                           java.lang.String message)
        Parameters:
        resolutionContext - The resolution context
        declaringType - The declaring type
        fieldName - The field name
        message - The message
      • CircularDependencyException

        public CircularDependencyException​(BeanResolutionContext resolutionContext,
                                           MethodInjectionPoint methodInjectionPoint,
                                           io.micronaut.core.type.Argument argument,
                                           java.lang.String message)
        Parameters:
        resolutionContext - The resolution context
        methodInjectionPoint - The method injection point
        argument - The argument
        message - The message
      • CircularDependencyException

        public CircularDependencyException​(BeanResolutionContext resolutionContext,
                                           BeanDefinition declaringType,
                                           java.lang.String methodName,
                                           io.micronaut.core.type.Argument argument,
                                           java.lang.String message)
        Parameters:
        resolutionContext - The resolution context
        declaringType - The declaring type
        methodName - The method name
        argument - The argument
        message - The message