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 OperationErrorType
OperationException. type
Methods in net.spy.memcached.ops that return OperationErrorType Modifier and Type Method Description OperationErrorType
OperationException. getType()
Get the type of error.static OperationErrorType
OperationErrorType. 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 void
BaseOperationImpl. 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) OperationErrorType
OperationImpl. classifyError(java.lang.String line)
-