Class ChatRequestBody.TooManyValuesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.codelibs.fess.api.v2.handlers.ChatRequestBody.InvalidRequestException
org.codelibs.fess.api.v2.handlers.ChatRequestBody.TooManyValuesException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ChatRequestBody
public static class ChatRequestBody.TooManyValuesException
extends ChatRequestBody.InvalidRequestException
Thrown when an array parameter (extra_queries, fields.label) exceeds the count or per-element length limit.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new exception describing the array size or element length violation. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TooManyValuesException
Creates a new exception describing the array size or element length violation.- Parameters:
m- the developer-facing detail message
-