Class ApolloSubscriptionServerException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<java.lang.String,​java.lang.Object> errorPayload  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • errorPayload

        public final java.util.Map<java.lang.String,​java.lang.Object> errorPayload
    • Constructor Detail

      • ApolloSubscriptionServerException

        public ApolloSubscriptionServerException​(@NotNull
                                                 java.util.Map<java.lang.String,​java.lang.Object> errorPayload)