public static enum InterconnectError.InterconnectErrorType extends Enum<InterconnectError.InterconnectErrorType>
| Enum Constant and Description |
|---|
CannotRetrieveIVOs
the requested IVOs cannot be retrieved
|
DeserializationFail
a problem occurred during deserialization
|
SerializationFail
a problem occurred during serialization
|
| Modifier and Type | Method and Description |
|---|---|
static InterconnectError.InterconnectErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterconnectError.InterconnectErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InterconnectError.InterconnectErrorType SerializationFail
public static final InterconnectError.InterconnectErrorType DeserializationFail
public static final InterconnectError.InterconnectErrorType CannotRetrieveIVOs
public static InterconnectError.InterconnectErrorType[] values()
for (InterconnectError.InterconnectErrorType c : InterconnectError.InterconnectErrorType.values()) System.out.println(c);
public static InterconnectError.InterconnectErrorType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016 Taimos GmbH. All rights reserved.