Class ApacheServletBadRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.http.exceptions.HttpException
io.micronaut.http.server.exceptions.HttpServerException
io.micronaut.http.poja.apache.exception.ApacheServletBadRequestException
All Implemented Interfaces:
Serializable

@Internal public final class ApacheServletBadRequestException extends io.micronaut.http.server.exceptions.HttpServerException
An exception that gets thrown in case of a bad request sent by user. The exception is specific to Apache request parsing.
See Also:
  • Constructor Details

    • ApacheServletBadRequestException

      public ApacheServletBadRequestException(String message, Exception cause)
      Create an apache bad request exception.
      Parameters:
      message - The message to send to user
      cause - The cause