Class UnknownMediaSourceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.amazonaws.kinesisvideo.client.mediasource.UnknownMediaSourceException
-
- All Implemented Interfaces:
Serializable
public class UnknownMediaSourceException extends RuntimeException
Thrown when trying to create the media source of type unknown to the MediaSourceService.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownMediaSourceException(String mediaSourceType)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownMediaSourceException
public UnknownMediaSourceException(String mediaSourceType)
-
-