PriorityTaskManager.PriorityTooLowException


public class PriorityTaskManager.PriorityTooLowException extends IOException


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

Summary

Public constructors

PriorityTooLowException(
    @C.Priority int priority,
    @C.Priority int highestPriority
)

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

PriorityTooLowException

public PriorityTooLowException(
    @C.Priority int priority,
    @C.Priority int highestPriority
)