spring-framework / org.springframework.web.bind / UnsatisfiedServletRequestParameterException / <init>

<init>

UnsatisfiedServletRequestParameterException(paramConditions: Array<String>, actualParams: MutableMap<String, Array<String>>)

Create a new UnsatisfiedServletRequestParameterException.

Parameters

paramConditions - the parameter conditions that have been violated

actualParams - the actual parameter Map associated with the ServletRequest

UnsatisfiedServletRequestParameterException(paramConditions: MutableList<Array<String>>, actualParams: MutableMap<String, Array<String>>)

Create a new UnsatisfiedServletRequestParameterException.

Parameters

paramConditions - all sets of parameter conditions that have been violated

actualParams - the actual parameter Map associated with the ServletRequest

Since
4.2