Package com.brightcove.ssai.exception
Class TrackingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.brightcove.ssai.exception.TrackingException
-
- All Implemented Interfaces:
java.io.Serializable
public class TrackingException extends java.lang.Exception
Exception to be used when a tracking event fails to be pinged.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TrackingException(java.util.List<TrackingEvent> failedUris)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
java.util.List<TrackingEvent>
getFailedTrackingEvents()
boolean
hasFailedUris()
int
hashCode()
-
-
-
Constructor Detail
-
TrackingException
public TrackingException(java.util.List<TrackingEvent> failedUris)
-
-
Method Detail
-
getFailedTrackingEvents
public java.util.List<TrackingEvent> getFailedTrackingEvents()
- Returns:
- a list of
TrackingEvent
that failed to be pinged.
-
hasFailedUris
public boolean hasFailedUris()
- Returns:
- whether there are failed uris.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-