sdk-common / com.tomtom.online.sdk.common.service / ServiceException

ServiceException

open class ServiceException : Exception

Exception thrown by the native service API in case of an error.

Constructors

<init>

ServiceException()
ServiceException(message: String!)
ServiceException(message: String!, responseStatus: ResponseStatus!)
ServiceException(message: String!, cause: Throwable!)
ServiceException(message: String!, responseStatus: ResponseStatus!, cause: Throwable!)
ServiceException(cause: Throwable!)
ServiceException(responseStatus: ResponseStatus!, cause: Throwable!)

Properties

MESSAGE

static val MESSAGE: String

Functions

getResponseStatus

open fun getResponseStatus(): ResponseStatus!