voldemort.store
Class NoSuchCapabilityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by voldemort.VoldemortException
                  extended by voldemort.store.NoSuchCapabilityException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchCapabilityException
extends VoldemortException

Exception thrown if the user attempts to retrieve a capability that the store does not provide.

See Also:
StoreCapabilityType, Serialized Form

Constructor Summary
NoSuchCapabilityException(StoreCapabilityType capability, java.lang.String storeName)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchCapabilityException

public NoSuchCapabilityException(StoreCapabilityType capability,
                                 java.lang.String storeName)


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