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

skinny.http.HTTPException.scala Maven / Gradle / Ivy

There is a newer version: 2.5.2
Show newest version
package skinny.http

import java.io.IOException

/**
 * Exception which represents errors when Request#enableThrowingIOException is true.
 *
 * @param message message
 * @param response response
 */
case class HTTPException(message: Option[String], response: Response)
  extends IOException(message.orNull[String])




© 2015 - 2025 Weber Informatics LLC | Privacy Policy