Back to Exoplayer

PriorityTaskManager.PriorityTooLowException (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/util/PriorityTaskManager.PriorityTooLowException.html

latest2.2 KB
Original Source

Package com.google.android.exoplayer2.util

Class PriorityTaskManager.PriorityTooLowException


public static classPriorityTaskManager.PriorityTooLowExceptionextends[IOException](https://developer.android.com/reference/java/io/IOException.html "class or interface in java.io")

Thrown when task attempts to proceed when another registered task has a higher priority. See Also:Serialized Form

Constructor Summary

Constructors | Constructor | Description | | --- | --- | | PriorityTooLowException​(int priority, int highestPriority) | |

Method Summary

- 

Methods inherited from class java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

- 

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

- 

PriorityTooLowException

public PriorityTooLowException​(int priority,
                               int highestPriority)