Class UdpDataSource.UdpDataSourceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.google.android.exoplayer2.upstream.UdpDataSource.UdpDataSourceException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UdpDataSource
public static final class UdpDataSource.UdpDataSourceException extends IOException
Thrown when an error is encountered when trying to read from aUdpDataSource.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UdpDataSourceException(IOException cause)
-
Method Summary
-
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(IOException cause)
-
-