类 CannotLoadBeanClassException

    • 构造器详细资料

      • CannotLoadBeanClassException

        public CannotLoadBeanClassException​(String resourceDescription,
                                            String beanName,
                                            String beanClassName,
                                            ClassNotFoundException cause)
        Create a new CannotLoadBeanClassException.
        参数:
        resourceDescription - description of the resource that the bean definition came from
        beanName - the name of the bean requested
        beanClassName - the name of the bean class
        cause - the root cause
      • CannotLoadBeanClassException

        public CannotLoadBeanClassException​(String resourceDescription,
                                            String beanName,
                                            String beanClassName,
                                            LinkageError cause)
        Create a new CannotLoadBeanClassException.
        参数:
        resourceDescription - description of the resource that the bean definition came from
        beanName - the name of the bean requested
        beanClassName - the name of the bean class
        cause - the root cause