NotWritablePropertyException(beanClass: Class<*>, propertyName: String)
Create a new NotWritablePropertyException.
beanClass - the offending bean class
propertyName - the offending property name
NotWritablePropertyException(beanClass: Class<*>, propertyName: String, msg: String)
Create a new NotWritablePropertyException.
beanClass - the offending bean class
propertyName - the offending property name
NotWritablePropertyException(beanClass: Class<*>, propertyName: String, msg: String, cause: Throwable)
Create a new NotWritablePropertyException.
beanClass - the offending bean class
propertyName - the offending property name
NotWritablePropertyException(beanClass: Class<*>, propertyName: String, msg: String, possibleMatches: Array<String>)
Create a new NotWritablePropertyException.
beanClass - the offending bean class
propertyName - the offending property name
possibleMatches - suggestions for actual bean property names that closely match the invalid property name