spring-framework / org.springframework.beans / NotReadablePropertyException / <init>

<init>

NotReadablePropertyException(beanClass: Class<*>, propertyName: String)

Create a new NotReadablePropertyException.

Parameters

beanClass - the offending bean class

propertyName - the offending property

NotReadablePropertyException(beanClass: Class<*>, propertyName: String, msg: String)

Create a new NotReadablePropertyException.

Parameters

beanClass - the offending bean class

propertyName - the offending property

msg - the detail message

NotReadablePropertyException(beanClass: Class<*>, propertyName: String, msg: String, cause: Throwable)

Create a new NotReadablePropertyException.

Parameters

beanClass - the offending bean class

propertyName - the offending property

msg - the detail message

cause - the root cause

Since
4.0.9