spring-framework / org.springframework.beans.factory / CannotLoadBeanClassException / <init>

<init>

CannotLoadBeanClassException(@Nullable resourceDescription: String, beanName: String, @Nullable beanClassName: String, cause: ClassNotFoundException)
CannotLoadBeanClassException(@Nullable resourceDescription: String, beanName: String, @Nullable beanClassName: String, cause: LinkageError)

Create a new CannotLoadBeanClassException.

Parameters

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