Class ChatRequestBody.InvalidRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.codelibs.fess.api.v2.handlers.ChatRequestBody.InvalidRequestException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChatRequestBody.InvalidSessionIdException, ChatRequestBody.MessageTooLongException, ChatRequestBody.TooManyValuesException
Enclosing class:
ChatRequestBody

public static class ChatRequestBody.InvalidRequestException extends IOException
Base for chat request body validation errors that map to HTTP 400.
See Also:
  • Constructor Details

    • InvalidRequestException

      public InvalidRequestException(String m)
      Creates a new exception describing the validation violation.
      Parameters:
      m - the developer-facing detail message