ChannelStorageSaveException

class ChannelStorageSaveException(message: String, cause: Throwable? = null) : Exception(source)

Exception thrown when there is an error saving channel storage.

Parameters

message

The detail message for the exception.

cause

The cause of the exception, if any.

Constructors

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

Properties

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