Class WhereBodyParametersSizeErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cool.scx.http.exception.ScxHttpException
cool.scx.http.exception.BadRequestException
cool.scx.ext.crud.exception.WhereBodyParametersSizeErrorException
- All Implemented Interfaces:
Serializable
public final class WhereBodyParametersSizeErrorException
extends cool.scx.http.exception.BadRequestException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWhereBodyParametersSizeErrorException(String fieldName, cool.scx.data.query.WhereType whereType, int gotParametersSize) -
Method Summary
Methods inherited from class cool.scx.http.exception.ScxHttpException
statusCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WhereBodyParametersSizeErrorException
public WhereBodyParametersSizeErrorException(String fieldName, cool.scx.data.query.WhereType whereType, int gotParametersSize)
-