Uses of Class
net.spy.memcached.ops.OperationException
-
Packages that use OperationException Package Description net.spy.memcached.ops Fundamental protocol operation interfacesnet.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 Modifier and Type Method Description OperationException
Operation. getException()
Get the exception that occurred (or null if no exception occurred). -
Uses of OperationException in net.spy.memcached.protocol
Fields in net.spy.memcached.protocol declared as OperationException Modifier and Type Field Description private OperationException
BaseOperationImpl. exception
Methods in net.spy.memcached.protocol that return OperationException Modifier and Type Method Description OperationException
BaseOperationImpl. getException()
-