Uses of Enum Class
net.spy.memcached.ops.OperationErrorType
Packages that use OperationErrorType
Package
Description
Fundamental protocol operation interfaces
Base classes for protocol abstractions.
Low-level operations for the memcached ascii protocol
-
Uses of OperationErrorType in net.spy.memcached.ops
Fields in net.spy.memcached.ops declared as OperationErrorTypeMethods in net.spy.memcached.ops that return OperationErrorTypeModifier and TypeMethodDescriptionOperationException.getType()
Get the type of error.static OperationErrorType
Returns the enum constant of this class with the specified name.static OperationErrorType[]
OperationErrorType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.spy.memcached.ops with parameters of type OperationErrorTypeModifierConstructorDescriptionOperationException
(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 OperationErrorTypeModifier and TypeMethodDescriptionprotected void
BaseOperationImpl.handleError
(OperationErrorType eType, String line) -
Uses of OperationErrorType in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii that return OperationErrorTypeModifier and TypeMethodDescription(package private) OperationErrorType
OperationImpl.classifyError
(String line)