ChannelStorageLoadException

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

Exception thrown when there is an error loading 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?