open class RoutingException : Exception
An exception that occurs with a routing Request.
RoutingException()
The default constructor that creates an exception without a specified message. RoutingException(message: String!)
Constructs a new exception with a specified message if there will be any issue with the routing Request. RoutingException(message: String!, cause: Throwable!)
Constructs a new exception with a specified message and cause if there will be any issue with the routing Request. RoutingException(cause: Throwable!)
Constructs a new exception with the specified cause. |