Class KinesisVideoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.amazonaws.kinesisvideo.common.exception.KinesisVideoException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProducerException
public class KinesisVideoException extends Exception
Kinesis Video Streams common codebase exception class. The Kinesis Video Streams exceptions will derive from this base class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KinesisVideoException()KinesisVideoException(String message)KinesisVideoException(String message, Throwable cause)KinesisVideoException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-