public class

PriorityTaskManager.PriorityTooLowException

extends java.io.IOException

 java.lang.Object

↳java.lang.Throwable

↳java.lang.Exception

↳java.io.IOException

↳androidx.media3.common.PriorityTaskManager.PriorityTooLowException

Overview

Thrown when task attempts to proceed when another registered task has a higher priority.

Summary

Constructors
publicPriorityTooLowException(int priority, int highestPriority)

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 PriorityTooLowException(int priority, int highestPriority)