docs/doc/reference/com/google/android/exoplayer2/source/rtsp/RtspMediaSource.RtspPlaybackException.html
Package com.google.android.exoplayer2.source.rtsp
All Implemented Interfaces:SerializableDirect Known Subclasses:RtspMediaSource.RtspUdpUnsupportedTransportExceptionEnclosing class:RtspMediaSource
public static classRtspMediaSource.RtspPlaybackExceptionextends[IOException](https://developer.android.com/reference/java/io/IOException.html "class or interface in java.io")
Thrown when an exception or error is encountered during loading an RTSP stream. See Also:Serialized Form
Constructors | Constructor | Description |
| --- | --- |
| RtspPlaybackException(String message) | |
| RtspPlaybackException(String message, Throwable e) | |
| RtspPlaybackException(Throwable e) | |
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
public RtspPlaybackException([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")message)
-
public RtspPlaybackException([Throwable](https://developer.android.com/reference/java/lang/Throwable.html "class or interface in java.lang")e)
-
public RtspPlaybackException([String](https://developer.android.com/reference/java/lang/String.html "class or interface in java.lang")message,[Throwable](https://developer.android.com/reference/java/lang/Throwable.html "class or interface in java.lang")e)