ParameterConversionException
class ParameterConversionException(val parameterName: String, val type: String, cause: Throwable? = null) : BadRequestException, CopyableThrowable<ParameterConversionException>
This exception is thrown when a required parameter with name parameterName couldn't be converted to the type