christophsturm
class ParameterSetterException(val fieldName: String, cause: Throwable) : RuntimeException("unable to set field $fieldName", cause) { constructor(fieldName: String) : super("unable to set field $fieldName") }