sdk-routing / com.tomtom.online.sdk.routing.data / RoutingException / <init>

<init>

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.

Parameters

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.

Parameters

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.

Parameters

cause - Throwable!: The cause of the routing Request error.