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

ski.gagar.vxutil.vertigram.throttling.RateLimitExceededException.kt Maven / Gradle / Ivy

The newest version!
package ski.gagar.vxutil.vertigram.throttling

import com.fasterxml.jackson.annotation.JsonIgnoreProperties
import ski.gagar.vxutil.jackson.BadRequest
import java.time.Duration

@JsonIgnoreProperties("message", "suppressed", "localizedMessage")
class RateLimitExceededException(msg: String? = null, cause: Throwable? = null, val retryIn: Duration?) :
    Exception(msg, cause), BadRequest




© 2015 - 2025 Weber Informatics LLC | Privacy Policy