Back to Exoplayer

UdpDataSource.UdpDataSourceException (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/upstream/UdpDataSource.UdpDataSourceException.html

latest3.4 KB
Original Source

Package com.google.android.exoplayer2.upstream

Class UdpDataSource.UdpDataSourceException


public static final classUdpDataSource.UdpDataSourceExceptionextends[DataSourceException](DataSourceException.html "class in com.google.android.exoplayer2.upstream")

Thrown when an error is encountered when trying to read from a UdpDataSource. See Also:Serialized Form

Field Summary

- 

Fields inherited from class com.google.android.exoplayer2.upstream.DataSourceException

POSITION_OUT_OF_RANGE, reason

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | UdpDataSourceException​(Throwable cause, @com.google.android.exoplayer2.PlaybackException.ErrorCode int errorCode) | Creates a UdpDataSourceException. |

Method Summary

- 

Methods inherited from class com.google.android.exoplayer2.upstream.DataSourceException

isCausedByPositionOutOfRange

- 

Methods inherited from class java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

- 

UdpDataSourceException

public UdpDataSourceException​([Throwable](https://developer.android.com/reference/java/lang/Throwable.html "class or interface in java.lang")cause,[@ErrorCode](../PlaybackException.ErrorCode.html "annotation in com.google.android.exoplayer2")@com.google.android.exoplayer2.PlaybackException.ErrorCode int errorCode)

Creates a UdpDataSourceException. Parameters:cause - The error cause.errorCode - Reason of the error, should be one of the ERROR_CODE_IO_* in PlaybackException.ErrorCode.