DataloggerClientException

open class DataloggerClientException(message: String?, cause: Throwable? = null) : Exception

Base exception for all exception from the Datalogger client

Parameters

message

: Message describing the error

cause

: Cause of the exception

Constructors

Link copied to clipboard
fun DataloggerClientException(message: String?, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Inheritors

Link copied to clipboard