Package com.brightcove.ssai.exception
Class TrackingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.brightcove.ssai.exception.TrackingException
- All Implemented Interfaces:
Serializable
Exception to be used when a tracking event fails to be pinged.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TrackingException
-
-
Method Details
-
getFailedTrackingEvents
- Returns:
- a list of
TrackingEvent
that failed to be pinged.
-
hasFailedUris
public boolean hasFailedUris()- Returns:
- whether there are failed uris.
-
equals
-
hashCode
public int hashCode()
-