Class TrackingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.brightcove.ssai.exception.TrackingException
All Implemented Interfaces:
Serializable

public class TrackingException extends Exception
Exception to be used when a tracking event fails to be pinged.
See Also:
  • Constructor Details

  • Method Details

    • getFailedTrackingEvents

      public 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(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object