public enum GenAsyncBusinessConnectorExceptionValues extends Enum<GenAsyncBusinessConnectorExceptionValues>
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}
|
SEND_REQUEST_FAILED
Could not find the settings file : {0}
|
SESSION_MANAGEMENT_ERROR
TargetService error description: {0}
|
SETTINGS_NOT_FOUND
Could not find the settings file : {0}
|
SIGNATURE_VALIDATION_ERROR
Could not find the settings file : {0}
|
TARGET_SERVICE_ERROR
TargetService error description: {0}
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
String |
getMessage() |
static GenAsyncBusinessConnectorExceptionValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenAsyncBusinessConnectorExceptionValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenAsyncBusinessConnectorExceptionValues TARGET_SERVICE_ERROR
public static final GenAsyncBusinessConnectorExceptionValues SESSION_MANAGEMENT_ERROR
public static final GenAsyncBusinessConnectorExceptionValues MALFORMED_URL
public static final GenAsyncBusinessConnectorExceptionValues SETTINGS_NOT_FOUND
public static final GenAsyncBusinessConnectorExceptionValues ERROR_XML_DMGVALIDATOR
public static final GenAsyncBusinessConnectorExceptionValues ERROR_XML_UNDEFINED_XSD_FOR_XML_CLASS_VALIDATOR
public static final GenAsyncBusinessConnectorExceptionValues PARAMETER_NULL
public static final GenAsyncBusinessConnectorExceptionValues SEND_REQUEST_FAILED
public static final GenAsyncBusinessConnectorExceptionValues SIGNATURE_VALIDATION_ERROR
public static GenAsyncBusinessConnectorExceptionValues[] values()
for (GenAsyncBusinessConnectorExceptionValues c : GenAsyncBusinessConnectorExceptionValues.values()) System.out.println(c);
public static GenAsyncBusinessConnectorExceptionValues 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 TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.