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 Summary
ConstructorsConstructorDescriptionApacheServletBadRequestException(String message, Exception cause) Create an apache bad request exception. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ApacheServletBadRequestException
Create an apache bad request exception.- Parameters:
 message- The message to send to usercause- The cause
 
 -