Class PriorityTaskManager.PriorityTooLowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.google.android.exoplayer2.util.PriorityTaskManager.PriorityTooLowException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PriorityTaskManager
public static class PriorityTaskManager.PriorityTooLowException extends IOException
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
-
-