Package 

Class AnalyticsRetryLimitException

    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Throwable

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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnalyticsRetryLimitException

        AnalyticsRetryLimitException(AnalyticsEvent event, long retryLimit, Exception cause)
        Constructs an instance of AnalyticsRetryLimitException
        Parameters:
        event - reference to the event that cannot be saved.
        retryLimit - the maximum number of attempts that can be made to send event of priority.
        cause - the reason for failure, if any