sdk-routing / com.tomtom.online.sdk.routing.data / RoutingException

RoutingException

open class RoutingException : Exception

An exception that occurs with a routing Request.

Constructors

<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.

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.