public final class

FakeExtractorInput.SimulatedIOException

extends java.io.IOException

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳java.io.IOException

↳androidx.media3.test.utils.FakeExtractorInput.SimulatedIOException

Overview

Thrown when simulating an java.io.IOException.

Summary

Constructors
publicSimulatedIOException(java.lang.String message)

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 SimulatedIOException(java.lang.String message)