Uses of Class
net.spy.memcached.ops.OperationException

Packages that use OperationException
net.spy.memcached.ops Fundamental protocol operation interfaces 
net.spy.memcached.protocol Base classes for protocol abstractions. 
 

Uses of OperationException in net.spy.memcached.ops
 

Methods in net.spy.memcached.ops that return OperationException
 OperationException Operation.getException()
          Get the exception that occurred (or null if no exception occurred).
 

Uses of OperationException in net.spy.memcached.protocol
 

Methods in net.spy.memcached.protocol that return OperationException
 OperationException BaseOperationImpl.getException()