All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.himadieiev.redpulsar.lettuce.exceptions.LettucePooledException.kt Maven / Gradle / Ivy

The newest version!
package com.himadieiev.redpulsar.lettuce.exceptions

class LettucePooledException(e: Exception, message: String) : RuntimeException(message, e)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy