package exceptions
Type Members
-
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