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

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

Uses of OperationErrorType in net.spy.memcached.ops
 

Methods in net.spy.memcached.ops that return OperationErrorType
 OperationErrorType OperationException.getType()
          Get the type of error.
static OperationErrorType OperationErrorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OperationErrorType[] OperationErrorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in net.spy.memcached.ops with parameters of type OperationErrorType
OperationException(OperationErrorType eType, String msg)
          Exception with a message.
 

Uses of OperationErrorType in net.spy.memcached.protocol
 

Methods in net.spy.memcached.protocol with parameters of type OperationErrorType
protected  void BaseOperationImpl.handleError(OperationErrorType eType, String line)