Class IterationInterruptedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jnape.palatable.lambda.internal.iteration.IterationInterruptedException
All Implemented Interfaces:
Serializable

public final class IterationInterruptedException extends RuntimeException
An exception thrown when a thread is interrupted while an Iterator was blocked.
See Also:
  • Constructor Details