public final class

Loader.UnexpectedLoaderException

extends java.io.IOException

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳java.io.IOException

↳androidx.media3.exoplayer.upstream.Loader.UnexpectedLoaderException

Overview

Thrown when an unexpected exception or error is encountered during loading.

Summary

Constructors
publicUnexpectedLoaderException(java.lang.Throwable cause)

Methods
from java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructors

public UnexpectedLoaderException(java.lang.Throwable cause)