PriorityTaskManager.PriorityTooLowException


class PriorityTaskManager.PriorityTooLowException : IOException


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

Summary

Public constructors

PriorityTooLowException(
    @C.Priority priority: Int,
    @C.Priority highestPriority: Int
)

Public constructors

PriorityTooLowException

PriorityTooLowException(
    @C.Priority priority: Int,
    @C.Priority highestPriority: Int
)