| Package | Description |
|---|---|
| net.spy.memcached.ops |
Fundamental protocol operation interfaces
|
| 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.
|