Class NoSourceFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.brightcove.player.controller.NoSourceFoundException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoVMAPSourceFoundException

public class NoSourceFoundException extends Exception
Indicates that during a search for a suitable Source rendition, none could be found.
See Also:
  • Constructor Details

    • NoSourceFoundException

      public NoSourceFoundException()
    • NoSourceFoundException

      public NoSourceFoundException(String message)
    • NoSourceFoundException

      public NoSourceFoundException(String message, Throwable cause)