Class ApolloSubscriptionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.apollographql.apollo.exception.ApolloException
-
- com.apollographql.apollo.internal.subscription.ApolloSubscriptionException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ApolloSubscriptionServerException
public class ApolloSubscriptionException extends com.apollographql.apollo.exception.ApolloException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApolloSubscriptionException(java.lang.String message)ApolloSubscriptionException(java.lang.String message, java.lang.Throwable cause)
-