RtspMediaSource.RtspPlaybackException


public class RtspMediaSource.RtspPlaybackException extends IOException

Known direct subclasses
RtspMediaSource.RtspUdpUnsupportedTransportException

Thrown when an RTSP Unsupported Transport error (461) is encountered during RTSP Setup.


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

Summary

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

RtspPlaybackException

public RtspPlaybackException(Throwable e)

RtspPlaybackException

public RtspPlaybackException(String message)

RtspPlaybackException

public RtspPlaybackException(String message, Throwable e)