Class FileDataSource.FileDataSourceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.google.android.exoplayer2.upstream.FileDataSource.FileDataSourceException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FileDataSource
public static class FileDataSource.FileDataSourceException extends IOException
Thrown when aFileDataSourceencounters an error reading a file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileDataSourceException(IOException cause)FileDataSourceException(String message, 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
-
FileDataSourceException
public FileDataSourceException(IOException cause)
-
FileDataSourceException
public FileDataSourceException(String message, IOException cause)
-
-