Class MixpanelServerException

  • All Implemented Interfaces:
    Serializable

    public class MixpanelServerException
    extends IOException
    Thrown when the Mixpanel server refuses to accept a set of messages. This exception can be thrown when messages are too large, event times are too old to accept, the api key is invalid, etc.
    See Also:
    Serialized Form
    • Constructor Detail

      • MixpanelServerException

        public MixpanelServerException​(String message,
                                       List<org.json.JSONObject> badDelivery)
    • Method Detail

      • getBadDeliveryContents

        public List<org.json.JSONObject> getBadDeliveryContents()