com.himadieiev.redpulsar.lettuce.exceptions.LettucePooledException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of redpulsar-lettuce Show documentation
Show all versions of redpulsar-lettuce Show documentation
RedPulsar Distributed locks and utilities for Redis with Lettuce client
The newest version!
package com.himadieiev.redpulsar.lettuce.exceptions
class LettucePooledException(e: Exception, message: String) : RuntimeException(message, e)