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. 
net.spy.memcached.protocol.couch   
 

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()
           
 

Uses of OperationException in net.spy.memcached.protocol.couch
 

Fields in net.spy.memcached.protocol.couch declared as OperationException
protected  OperationException HttpOperationImpl.exception
           
 

Methods in net.spy.memcached.protocol.couch that return OperationException
 OperationException HttpOperation.getException()
           
 OperationException HttpOperationImpl.getException()