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.
message
- String!: A message that should be thrown.
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.
message
- String!: The message to be thrown.
cause
- Throwable!: The cause of the routing Request error.
RoutingException(cause: Throwable!)
Constructs a new exception with the specified cause.
cause
- Throwable!: The cause of the routing Request error.