Uses of Class
voldemort.VoldemortApplicationException

Packages that use VoldemortApplicationException
voldemort.server.rebalance Classes dealing with rebalancing on the server side. 
voldemort.store The Store interface is the primary interface for Voldemort. 
voldemort.store.quota   
voldemort.store.views Classes related to Views and server side transforms 
voldemort.versioning Classes for operating on vector clocks and dealing with distributed state. 
 

Uses of VoldemortApplicationException in voldemort.server.rebalance
 

Subclasses of VoldemortApplicationException in voldemort.server.rebalance
 class AlreadyRebalancingException
           
 class VoldemortRebalancingException
           
 

Uses of VoldemortApplicationException in voldemort.store
 

Subclasses of VoldemortApplicationException in voldemort.store
 class InvalidMetadataException
          Store should throw this Exception to indicate that the metadata (Cluster configuration/ Stores Configuration) at client is not in sync with this store metadata.
 

Uses of VoldemortApplicationException in voldemort.store.quota
 

Subclasses of VoldemortApplicationException in voldemort.store.quota
 class QuotaExceededException
          An exception that indicates that user has exceeded the throughput for Quota allowed.
 

Uses of VoldemortApplicationException in voldemort.store.views
 

Subclasses of VoldemortApplicationException in voldemort.store.views
 class UnsupportedViewOperationException
          Error indicating a write operation on a read-only view or vice-versa
 

Uses of VoldemortApplicationException in voldemort.versioning
 

Subclasses of VoldemortApplicationException in voldemort.versioning
 class ObsoleteVersionException
          An exception that indicates an attempt by the user to overwrite a newer value for a given key with an older value for the same key.
 



Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu