| Exception | Description | 
|---|---|
| DuplicateRouteException | 
 An exception thrown when multiple routes match a given URI. 
 | 
| RoutingException | 
 An exception that occurs when building routes. 
 | 
| UnsatisfiedBodyRouteException | |
| UnsatisfiedCookieValueRouteException | 
 An exception thrown when the an  
CookieValue to a Route cannot be satisfied. | 
| UnsatisfiedHeaderRouteException | |
| UnsatisfiedPartRouteException | |
| UnsatisfiedPathVariableRouteException | 
 An exception thrown when the an  
PathVariable to a Route cannot be satisfied. | 
| UnsatisfiedQueryValueRouteException | 
 An exception thrown when the an  
QueryValue to a Route cannot be satisfied. | 
| UnsatisfiedRequestAttributeRouteException | 
 An exception thrown when the an  
RequestAttribute to a Route cannot be satisfied. | 
| UnsatisfiedRouteException |