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(int 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(int priority, int highestPriority)