Uses of Class
org.sdnplatform.sync.error.InconsistentDataException

Packages that use InconsistentDataException
org.sdnplatform.sync.internal   
 

Uses of InconsistentDataException in org.sdnplatform.sync.internal
 

Methods in org.sdnplatform.sync.internal that throw InconsistentDataException
protected  Versioned<V> DefaultStoreClient.getItemOrThrow(K key, Versioned<V> defaultValue, java.util.List<Versioned<V>> items)
           
protected  Versioned<V> DefaultStoreClient.handleGet(K key, Versioned<V> defaultValue, java.util.List<Versioned<V>> raw)