Package io.micronaut.http.server.exceptions
HTTP server exceptions.
- Since:
- 1.0
-
Interface Summary Interface Description ExceptionHandler<T extends java.lang.Throwable,R> A generic hook for handling exceptions that occurs during the execution of an HTTP request. -
Class Summary Class Description ContentLengthExceededHandler Default handle forContentLengthExceededExceptionerrors.ConversionErrorHandler Handles exception of typeConversionErrorException.DuplicateRouteHandler Handles exceptions of typeDuplicateRouteException.HttpStatusHandler Handles exception of typeHttpStatusException.JsonExceptionHandler Default exception handler for JSON processing errors.UnsatisfiedArgumentHandler Handles exception of typeUnsatisfiedArgumentException.UnsatisfiedRouteHandler Handles exceptions of typeUnsatisfiedRouteException.URISyntaxHandler Handles exception of typeURISyntaxException. -
Exception Summary Exception Description HttpServerException Exceptions related to the HTTP server.InternalServerException Thrown for an unrecoverable server exceptions.ServerStartupException An exception thrown on server startup.