HttpCacheMissException

class HttpCacheMissException(message: String, cause: Exception?) : ApolloException

A HTTP cache miss happened

Constructors

HttpCacheMissException
Link copied to clipboard
common
fun HttpCacheMissException(message: String, cause: Exception? = null)

Properties

cause
Link copied to clipboard
common
open val cause: Throwable?
message
Link copied to clipboard
common
open val message: String?