Package io.micronaut.web.router.exceptions
Route exceptions.
- Since:
- 1.0
-
Exception Summary Exception Description DuplicateRouteException An exception thrown when multiple routes match a given URI.RoutingException An exception that occurs when building routes.UnsatisfiedBodyRouteException An exception thrown when the anBodyto aRoutecannot be satisfied.UnsatisfiedCookieValueRouteException An exception thrown when the anCookieValueto aRoutecannot be satisfied.UnsatisfiedHeaderRouteException An exception thrown when the anHeaderto aRoutecannot be satisfied.UnsatisfiedPartRouteException An exception thrown when the anPartto aRoutecannot be satisfied.UnsatisfiedPathVariableRouteException An exception thrown when the anPathVariableto aRoutecannot be satisfied.UnsatisfiedQueryValueRouteException An exception thrown when the anQueryValueto aRoutecannot be satisfied.UnsatisfiedRequestAttributeRouteException An exception thrown when the anRequestAttributeto aRoutecannot be satisfied.UnsatisfiedRouteException An exception thrown when the anArgumentto aRoutecannot be satisfied.