spring-framework / org.springframework.core.annotation / AnnotationConfigurationException / <init>

<init>

AnnotationConfigurationException(message: String)

Construct a new AnnotationConfigurationException with the supplied message.

Parameters

message - the detail message

AnnotationConfigurationException(message: String, cause: Throwable)

Construct a new AnnotationConfigurationException with the supplied message and cause.

Parameters

message - the detail message

cause - the root cause