| Package | Description |
|---|---|
| com.sleepycat.je.rep.impl |
INTERNAL: Top level HA implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
TextProtocol.MessageError |
TextProtocol.ProtocolError.getErrorType() |
TextProtocol.MessageError |
TextProtocol.InvalidMessageException.getErrorType() |
static TextProtocol.MessageError |
TextProtocol.MessageError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextProtocol.MessageError[] |
TextProtocol.MessageError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InvalidMessageException(TextProtocol.MessageError errorType,
String message) |
ProtocolError(TextProtocol.MessageError messageError,
String message) |
Copyright © 2024. All rights reserved.