Class ThreadUtils.BreakException

All Implemented Interfaces:
Serializable
Enclosing class:
ThreadUtils

public static class ThreadUtils.BreakException extends RuntimeException
Exception thrown if a request of interruption is sended to a Thread that has called ThreadUtils.fairSleep(long)
See Also: