Class NoSuchBeanException

    • Method Summary

      • 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

      • NoSuchBeanException

        public NoSuchBeanException​(@NonNull
                                   java.lang.Class<?> beanType)
        Parameters:
        beanType - The bean type
      • NoSuchBeanException

        public NoSuchBeanException​(@NonNull
                                   io.micronaut.core.type.Argument<?> beanType)
        Parameters:
        beanType - The bean type
      • NoSuchBeanException

        public NoSuchBeanException​(@NonNull
                                   java.lang.Class<T> beanType,
                                   @Nullable
                                   Qualifier<T> qualifier)
        Type Parameters:
        T - The type
        Parameters:
        beanType - The bean type
        qualifier - The qualifier
      • NoSuchBeanException

        public NoSuchBeanException​(@NonNull
                                   io.micronaut.core.type.Argument<T> beanType,
                                   @Nullable
                                   Qualifier<T> qualifier)
        Type Parameters:
        T - The type
        Parameters:
        beanType - The bean type
        qualifier - The qualifier
      • NoSuchBeanException

        protected NoSuchBeanException​(java.lang.String message)
        Parameters:
        message - The message