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

com.devsisters.shardcake.errors.PodUnavailable.scala Maven / Gradle / Ivy

There is a newer version: 2.4.3
Show newest version
package com.devsisters.shardcake.errors

import com.devsisters.shardcake.PodAddress

/**
 * Exception indicating that a pod is not responsive.
 */
case class PodUnavailable(pod: PodAddress) extends Exception(s"Pod $pod is unavailable")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy