//misk-redis/misk.redis/RedisConnectionException
RedisConnectionException¶
[jvm]\ class RedisConnectionException(cluster: String, cause: Throwable) : RuntimeException
Constructors¶
RedisConnectionException | [jvm] constructor(cluster: String, cause: Throwable) |
Properties¶
Name | Summary |
---|---|
cause | [jvm] open val cause: Throwable? |
message | [jvm] open val message: String? |