Exception type thrown when password synchronization fails.
This class provides a method to retrieve the list of passwords that have not
been synchronized. This situation could occur when an error was detected
before all passowrds could be synchronized.
The list of unsynchronized passwords, or null if not set. This
list is unmodifiable.
initUnSynchronizedPasswords
public void initUnSynchronizedPasswords(ListIterator i,
List src)
Takes a view of the sub list of the source list starting at the iterator
to the size of the source list. This method and class do not modify the
source list. Any post method execution of the source list will invalidate
this objects' stored view of the source list.