@NotExtensible @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public abstract class GroupMemberIteratorException extends java.lang.Exception
GroupMemberIterator if a problem is encountered while iterating
through the members of a group.| Constructor and Description |
|---|
GroupMemberIteratorException() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
mayContinueIterating()
Indicates whether it is possible to continue iterating through the list of
group members after this exception.
|
public GroupMemberIteratorException()
public abstract boolean mayContinueIterating()
true if it is possible to continue iterating through the
group members after this exception, or false if not.