NotReadablePropertyException(beanClass: Class<*>, propertyName: String)
Create a new NotReadablePropertyException.
beanClass - the offending bean class
propertyName - the offending property
NotReadablePropertyException(beanClass: Class<*>, propertyName: String, msg: String)
Create a new NotReadablePropertyException.
beanClass - the offending bean class
propertyName - the offending property
NotReadablePropertyException(beanClass: Class<*>, propertyName: String, msg: String, cause: Throwable)
Create a new NotReadablePropertyException.
beanClass - the offending bean class
propertyName - the offending property
Since
4.0.9