Package com.mixpanel.mixpanelapi
Class MixpanelServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.mixpanel.mixpanelapi.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 Summary
Constructors Constructor Description MixpanelServerException(String message, List<org.json.JSONObject> badDelivery)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.json.JSONObject>getBadDeliveryContents()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-