Class RoutingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.micronaut.context.exceptions.BeanContextException
io.micronaut.web.router.exceptions.RoutingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DuplicateRouteException
,UnsatisfiedRouteException
An exception that occurs when building routes.
- Since:
- 1.0
- Author:
- Graeme Rocher
- See Also:
-
Constructor Summary
ConstructorDescriptionRoutingException
(String message) RoutingException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RoutingException
- Parameters:
message
- The error messagecause
- The throwable
-
RoutingException
- Parameters:
message
- The error message
-