public class

RtspMediaSource.RtspPlaybackException

extends java.io.IOException

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳java.io.IOException

↳androidx.media3.exoplayer.rtsp.RtspMediaSource.RtspPlaybackException

Subclasses:

RtspMediaSource.RtspUdpUnsupportedTransportException

Overview

Thrown when an exception or error is encountered during loading an RTSP stream.

Summary

Constructors
publicRtspPlaybackException(java.lang.String message)

publicRtspPlaybackException(java.lang.String message, java.lang.Throwable e)

publicRtspPlaybackException(java.lang.Throwable e)

Methods
from java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructors

public RtspPlaybackException(java.lang.String message)

public RtspPlaybackException(java.lang.Throwable e)

public RtspPlaybackException(java.lang.String message, java.lang.Throwable e)