
com.avsystem.commons.jetty.rpc.HttpException.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-jetty_2.13 Show documentation
Show all versions of commons-jetty_2.13 Show documentation
AVSystem commons library for Scala
package com.avsystem.commons
package jetty.rpc
import java.io.IOException
final class HttpException(val status: Int, val reason: String) extends IOException(s"HttpException($status): $reason")
© 2015 - 2025 Weber Informatics LLC | Privacy Policy