| Package | Description |
|---|---|
| io.atomix.copycat.error |
Provides error constants and exceptions associated with the Raft consensus protocol.
|
| Modifier and Type | Method and Description |
|---|---|
CopycatError.Type |
CopycatException.getType()
Returns the exception type.
|
static CopycatError.Type |
CopycatError.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CopycatError.Type[] |
CopycatError.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OperationException(CopycatError.Type type,
String message,
Object... args) |
OperationException(CopycatError.Type type,
Throwable cause) |
OperationException(CopycatError.Type type,
Throwable cause,
String message,
Object... args) |
Copyright © 2013–2017. All rights reserved.