PriorityTaskManager.PriorityTooLowException


class PriorityTaskManager.PriorityTooLowException : IOException


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

Summary

Public constructors

PriorityTooLowException(priority: Int, highestPriority: Int)

Public constructors

PriorityTooLowException

PriorityTooLowException(priority: Int, highestPriority: Int)