Package com.brightcove.player.controller
Class NoSourceFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.brightcove.player.controller.NoSourceFoundException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NoVMAPSourceFoundException
public class NoSourceFoundException extends java.lang.Exception
Indicates that during a search for a suitable Source rendition, none could be found.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSourceFoundException()
NoSourceFoundException(java.lang.String message)
NoSourceFoundException(java.lang.String message, java.lang.Throwable cause)
-