Uses of Enum
net.spy.memcached.ops.OperationErrorType
Packages that use OperationErrorType
Package
Description
Fundamental protocol operation interfaces
Base classes for protocol abstractions.
-
Uses of OperationErrorType in net.spy.memcached.ops
Methods in net.spy.memcached.ops that return OperationErrorTypeModifier and TypeMethodDescriptionOperationException.getType()Get the type of error.static OperationErrorTypeReturns 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 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 voidBaseOperationImpl.handleError(OperationErrorType eType, String line)