Packages

p

it.cwmp

exceptions

package exceptions

Type Members

  1. sealed case class HTTPException(statusCode: Int, getMessage: String = null) extends RuntimeException with Product with Serializable

    A class describing an Http Exception

    A class describing an Http Exception

    statusCode

    the HTTP code of error

    getMessage

    the error message

Ungrouped