public enum IntraHubBusinessConnectorExceptionValues extends Enum<IntraHubBusinessConnectorExceptionValues>
IntraHubBusinessConnectorException| Enum Constant and Description |
|---|
ERROR
Property not defined : {0}
|
MALFORMED_XML
Malformed XML
|
PROPERTY_UNKNOWN
Property not defined : {0}
|
VALIDATION_ERROR
Could not validate incoming message: {0}
|
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode() |
String |
getMessage() |
static IntraHubBusinessConnectorExceptionValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntraHubBusinessConnectorExceptionValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IntraHubBusinessConnectorExceptionValues MALFORMED_XML
public static final IntraHubBusinessConnectorExceptionValues VALIDATION_ERROR
public static final IntraHubBusinessConnectorExceptionValues PROPERTY_UNKNOWN
public static final IntraHubBusinessConnectorExceptionValues ERROR
public static IntraHubBusinessConnectorExceptionValues[] values()
for (IntraHubBusinessConnectorExceptionValues c : IntraHubBusinessConnectorExceptionValues.values()) System.out.println(c);
public static IntraHubBusinessConnectorExceptionValues 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 nullpublic String getErrorCode()
public String getMessage()
Connector Packaging generic 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.