Package | Description |
---|---|
net.spy.memcached.ops |
Fundamental protocol operation interfaces
|
net.spy.memcached.protocol |
Base classes for protocol abstractions.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
OperationException(OperationErrorType eType,
java.lang.String msg)
Exception with a message.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseOperationImpl.handleError(OperationErrorType eType,
java.lang.String line) |
Copyright © 2006-2009 Dustin Sallings, 2009-2013 Couchbase, Inc.