public enum DmgBusinessConnectorExceptionValues extends Enum<DmgBusinessConnectorExceptionValues>
Enum Constant and Description |
---|
ERROR_XML_DMGVALIDATOR
XML is not correct: {0}
|
ERROR_XML_UNDEFINED_XSD_FOR_XML_CLASS_VALIDATOR
XML is not correct: {0}
|
MALFORMED_URL
Invalid url to {0} file
|
PARAMETER_NULL
Could not find the settings file : {0}
|
SETTINGS_NOT_FOUND
Could not find the settings file : {0}
|
SOAP_EXC
SoapException occured : {0}
|
TARGET_SERVICE_ERROR
TargetService error description: {0}
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
String |
getMessage() |
static DmgBusinessConnectorExceptionValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DmgBusinessConnectorExceptionValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DmgBusinessConnectorExceptionValues TARGET_SERVICE_ERROR
public static final DmgBusinessConnectorExceptionValues MALFORMED_URL
public static final DmgBusinessConnectorExceptionValues SETTINGS_NOT_FOUND
public static final DmgBusinessConnectorExceptionValues ERROR_XML_DMGVALIDATOR
public static final DmgBusinessConnectorExceptionValues ERROR_XML_UNDEFINED_XSD_FOR_XML_CLASS_VALIDATOR
public static final DmgBusinessConnectorExceptionValues PARAMETER_NULL
public static final DmgBusinessConnectorExceptionValues SOAP_EXC
public static DmgBusinessConnectorExceptionValues[] values()
for (DmgBusinessConnectorExceptionValues c : DmgBusinessConnectorExceptionValues.values()) System.out.println(c);
public static DmgBusinessConnectorExceptionValues 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 PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.