public enum AgreementBusinessConnectorExceptionValues extends Enum<AgreementBusinessConnectorExceptionValues>
| Enum Constant and Description |
|---|
PARAMETER_NULL |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode() |
String |
getMessage() |
static AgreementBusinessConnectorExceptionValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgreementBusinessConnectorExceptionValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgreementBusinessConnectorExceptionValues PARAMETER_NULL
public static AgreementBusinessConnectorExceptionValues[] values()
for (AgreementBusinessConnectorExceptionValues c : AgreementBusinessConnectorExceptionValues.values()) System.out.println(c);
public static AgreementBusinessConnectorExceptionValues 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.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.