Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSmucker committed Aug 29, 2024
1 parent a6e735a commit 05db63f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
package datawave.iterators;

/**
* Exception thrown if an interrupt flag is detected.
* This code was repurposed from org.apache.accumulo.core.iteratorsImpl.system.IterationInterruptedException.
* It was not part of the public API, so we've created a DataWave equivalent.
* This exception should be used in place of {@link org.apache.accumulo.core.iteratorsImpl.system.IterationInterruptedException} when thrown from an iterator.
*/
public class IterationInterruptedException extends RuntimeException {

Expand Down

0 comments on commit 05db63f

Please sign in to comment.