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.ExceptionException 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 booleanequals(java.lang.Object o)java.util.List<TrackingEvent>getFailedTrackingEvents()booleanhasFailedUris()inthashCode()
-
-
-
Constructor Detail
-
TrackingException
public TrackingException(java.util.List<TrackingEvent> failedUris)
-
-
Method Detail
-
getFailedTrackingEvents
public java.util.List<TrackingEvent> getFailedTrackingEvents()
- Returns:
- a list of
TrackingEventthat failed to be pinged.
-
hasFailedUris
public boolean hasFailedUris()
- Returns:
- whether there are failed uris.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-