Class UdpDataSource.UdpDataSourceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.google.android.exoplayer2.upstream.DataSourceException
-
- com.google.android.exoplayer2.upstream.UdpDataSource.UdpDataSourceException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UdpDataSource
public static final class UdpDataSource.UdpDataSourceException extends DataSourceException
Thrown when an error is encountered when trying to read from aUdpDataSource
.- 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 aUdpDataSourceException
.
-
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
-
-
-
-
Constructor Detail
-
UdpDataSourceException
public UdpDataSourceException(Throwable cause, @ErrorCode @com.google.android.exoplayer2.PlaybackException.ErrorCode int errorCode)
Creates aUdpDataSourceException
.- Parameters:
cause
- The error cause.errorCode
- Reason of the error, should be one of theERROR_CODE_IO_*
inPlaybackException.ErrorCode
.
-
-