Uses of Class
net.spy.memcached.ops.OperationErrorType
-
Packages that use OperationErrorType Package Description net.spy.memcached.ops Fundamental protocol operation interfacesnet.spy.memcached.protocol Base classes for protocol abstractions.net.spy.memcached.protocol.ascii Low-level operations for the memcached ascii protocol -
-
Uses of OperationErrorType in net.spy.memcached.ops
Fields in net.spy.memcached.ops declared as OperationErrorType Modifier and Type Field Description private OperationErrorTypeOperationException. typeMethods in net.spy.memcached.ops that return OperationErrorType Modifier and Type Method Description OperationErrorTypeOperationException. getType()Get the type of error.static OperationErrorTypeOperationErrorType. valueOf(java.lang.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 Constructor Description OperationException(OperationErrorType eType, java.lang.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 Modifier and Type Method Description protected voidBaseOperationImpl. handleError(OperationErrorType eType, java.lang.String line) -
Uses of OperationErrorType in net.spy.memcached.protocol.ascii
Methods in net.spy.memcached.protocol.ascii that return OperationErrorType Modifier and Type Method Description (package private) OperationErrorTypeOperationImpl. classifyError(java.lang.String line)
-