toggle menu
apollo-kdoc
4.1.1-SNAPSHOT
4.1.1-SNAPSHOT
3.8.2
common
switch theme
search in API
apollo-api
/
com.apollographql.apollo.exception
/
DefaultApolloException
Default
Apollo
Exception
class
DefaultApolloException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
ApolloException
A generic exception used when there is no additional context besides the message.
Members
Constructors
Default
Apollo
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?