类 WhereBodyParametersSizeErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cool.scx.core.http.exception.ScxHttpException
cool.scx.core.http.exception.impl.BadRequestException
cool.scx.ext.crud.exception.WhereBodyParametersSizeErrorException
- 所有已实现的接口:
Serializable
public final class WhereBodyParametersSizeErrorException
extends cool.scx.core.http.exception.impl.BadRequestException
a
- 版本:
- 1.7.7
- 作者:
- scx567888
- 另请参阅:
-
构造器概要
构造器构造器说明WhereBodyParametersSizeErrorException(String fieldName, cool.scx.sql.where.WhereType whereType, int gotParametersSize) a -
方法概要
从类继承的方法 cool.scx.core.http.exception.ScxHttpException
statusCode, title
-
构造器详细资料
-
WhereBodyParametersSizeErrorException
public WhereBodyParametersSizeErrorException(String fieldName, cool.scx.sql.where.WhereType whereType, int gotParametersSize) a- 参数:
fieldName- awhereType- agotParametersSize- a
-