Class IterationInterruptedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.jnape.palatable.lambda.internal.iteration.IterationInterruptedException
-
- All Implemented Interfaces:
java.io.Serializable
public final class IterationInterruptedException extends java.lang.RuntimeException
An exception thrown when a thread is interrupted while anIterator
was blocked.- See Also:
RateLimit
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IterationInterruptedException(java.lang.InterruptedException cause)
-