Datalogger Client Exception
open class DataloggerClientException(message: String?, cause: Throwable? = null) : Exception
Content copied to clipboard
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)
Content copied to clipboard