| Package | Description |
|---|---|
| de.taimos.dvalin.interconnect.model |
| Modifier and Type | Method and Description |
|---|---|
InterconnectError.InterconnectErrorType |
InterconnectError.getType()
Returns the type of error.
|
static InterconnectError.InterconnectErrorType |
InterconnectError.InterconnectErrorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterconnectError.InterconnectErrorType[] |
InterconnectError.InterconnectErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
InterconnectError(InterconnectError.InterconnectErrorType type,
String message)
Sole constructor.
|
Copyright © 2016 Taimos GmbH. All rights reserved.