VideoUnavailableException constructor
VideoUnavailableException(
- String message
Initializes an instance of VideoUnavailableException
Implementation
VideoUnavailableException(String message) : super(message);