Class ApolloSubscriptionServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.apollographql.apollo.exception.ApolloException
-
- com.apollographql.apollo.internal.subscription.ApolloSubscriptionException
-
- com.apollographql.apollo.internal.subscription.ApolloSubscriptionServerException
-
- All Implemented Interfaces:
java.io.Serializable
public class ApolloSubscriptionServerException extends ApolloSubscriptionException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Map<java.lang.String,java.lang.Object>errorPayload
-
Constructor Summary
Constructors Constructor Description ApolloSubscriptionServerException(java.util.Map<java.lang.String,java.lang.Object> errorPayload)
-