| 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(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,
String msg)
Exception with a message.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseOperationImpl.handleError(OperationErrorType eType,
String line) |
Copyright © 2019. All rights reserved.