docs/doc/reference/com/google/android/exoplayer2/upstream/Loader.UnexpectedLoaderException.html
Package com.google.android.exoplayer2.upstream
All Implemented Interfaces:SerializableEnclosing class:Loader
public static final classLoader.UnexpectedLoaderExceptionextends[IOException](https://developer.android.com/reference/java/io/IOException.html "class or interface in java.io")
Thrown when an unexpected exception or error is encountered during loading. See Also:Serialized Form
Constructors | Constructor | Description |
| --- | --- |
| UnexpectedLoaderException(Throwable cause) | |
-
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
public UnexpectedLoaderException([Throwable](https://developer.android.com/reference/java/lang/Throwable.html "class or interface in java.lang")cause)