public enum EhboxBusinessConnectorExceptionValues extends Enum<EhboxBusinessConnectorExceptionValues>
Enum Constant and Description |
---|
CRYPTO_NOT_PROPERLY_INITIALIZED
Crypto has'nt been properly initialized.
|
ERROR_BUSINESS_CODE_REASON
Error while processing business call (code={0}): {1}.
|
ERROR_EHBOX_DOCUMENT_OUTPUTSTREAM
Error occured while writing file {0}.
|
INVALID_EHBOX_NEWS_NEWSTITLE
News title can not be null.
|
INVALID_MIME_TYPE
Body set with invalid mime type.
|
NO_QUALITY_SET
No quality has been set.
|
PROPERTY_MISSING
The required property [{0}] is missing.
|
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode() |
String |
getMessage() |
static EhboxBusinessConnectorExceptionValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EhboxBusinessConnectorExceptionValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EhboxBusinessConnectorExceptionValues ERROR_EHBOX_DOCUMENT_OUTPUTSTREAM
public static final EhboxBusinessConnectorExceptionValues INVALID_EHBOX_NEWS_NEWSTITLE
public static final EhboxBusinessConnectorExceptionValues ERROR_BUSINESS_CODE_REASON
public static final EhboxBusinessConnectorExceptionValues NO_QUALITY_SET
public static final EhboxBusinessConnectorExceptionValues CRYPTO_NOT_PROPERLY_INITIALIZED
public static final EhboxBusinessConnectorExceptionValues PROPERTY_MISSING
public static final EhboxBusinessConnectorExceptionValues INVALID_MIME_TYPE
public static EhboxBusinessConnectorExceptionValues[] values()
for (EhboxBusinessConnectorExceptionValues c : EhboxBusinessConnectorExceptionValues.values()) System.out.println(c);
public static EhboxBusinessConnectorExceptionValues 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.