UnsatisfiedServletRequestParameterException(paramConditions: Array<String>, actualParams: MutableMap<String, Array<String>>)
Create a new UnsatisfiedServletRequestParameterException.
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.
paramConditions - all sets of parameter conditions that have been violated
actualParams - the actual parameter Map associated with the ServletRequest
Since
4.2