类 WhereBodyParametersSizeErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cool.scx.mvc.exception.ScxHttpException
cool.scx.mvc.exception.BadRequestException
cool.scx.ext.crud.exception.WhereBodyParametersSizeErrorException
- 所有已实现的接口:
Serializable
public final class WhereBodyParametersSizeErrorException
extends cool.scx.mvc.exception.BadRequestException
- 另请参阅:
-
构造器概要
构造器构造器说明WhereBodyParametersSizeErrorException(String fieldName, cool.scx.data.query.WhereType whereType, int gotParametersSize) -
方法概要
从类继承的方法 cool.scx.mvc.exception.ScxHttpException
statusCode
-
构造器详细资料
-
WhereBodyParametersSizeErrorException
public WhereBodyParametersSizeErrorException(String fieldName, cool.scx.data.query.WhereType whereType, int gotParametersSize)
-