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

spice.http.server.ServerStartException.scala Maven / Gradle / Ivy

package spice.http.server

import spice.http.server.config.ServerSocketListener

case class ServerStartException(message: String,
                                listeners: List[ServerSocketListener],
                                cause: Throwable) extends RuntimeException(s"$message (${listeners.mkString(" ")})", cause)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy