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

com.avsystem.commons.jetty.rpc.HttpException.scala Maven / Gradle / Ivy

The newest version!
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