ApolloException

open class ApolloException(message: String?, cause: Throwable?) : RuntimeException

The base class for all exceptions

This inherits from RuntimeException. Java callers will have to explicitly catch all ApolloExceptions.

Constructors

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

Properties

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

Inheritors

ApolloNetworkException
Link copied to clipboard
ApolloWebSocketClosedException
Link copied to clipboard
ApolloHttpException
Link copied to clipboard
JsonEncodingException
Link copied to clipboard
JsonDataException
Link copied to clipboard
ApolloParseException
Link copied to clipboard
CacheMissException
Link copied to clipboard
HttpCacheMissException
Link copied to clipboard
ApolloCompositeException
Link copied to clipboard
AutoPersistedQueriesNotSupported
Link copied to clipboard
MissingValueException
Link copied to clipboard
ApolloGenericException
Link copied to clipboard
ApolloCanceledException
Link copied to clipboard