be.ehealth.businessconnector.ehboxV2.exception
Enum EhboxBusinessConnectorExceptionValues

java.lang.Object
  extended by java.lang.Enum<EhboxBusinessConnectorExceptionValues>
      extended by be.ehealth.businessconnector.ehboxV2.exception.EhboxBusinessConnectorExceptionValues
All Implemented Interfaces:
Serializable, Comparable<EhboxBusinessConnectorExceptionValues>

public enum EhboxBusinessConnectorExceptionValues
extends Enum<EhboxBusinessConnectorExceptionValues>

Possible business exceptions for Ehbox business connector


Enum Constant Summary
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.
NO_QUALITY_SET
          No quality has been set
PROPERTY_MISSING
          The required property [{0}] is missing
 
Method Summary
 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.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ERROR_EHBOX_DOCUMENT_OUTPUTSTREAM

public static final EhboxBusinessConnectorExceptionValues ERROR_EHBOX_DOCUMENT_OUTPUTSTREAM
Error occured while writing file {0}


INVALID_EHBOX_NEWS_NEWSTITLE

public static final EhboxBusinessConnectorExceptionValues INVALID_EHBOX_NEWS_NEWSTITLE
News title can not be null.


ERROR_BUSINESS_CODE_REASON

public static final EhboxBusinessConnectorExceptionValues ERROR_BUSINESS_CODE_REASON
Error while processing business call (code={0}): {1}


NO_QUALITY_SET

public static final EhboxBusinessConnectorExceptionValues NO_QUALITY_SET
No quality has been set


CRYPTO_NOT_PROPERLY_INITIALIZED

public static final EhboxBusinessConnectorExceptionValues CRYPTO_NOT_PROPERLY_INITIALIZED
Crypto has'nt been properly initialized


PROPERTY_MISSING

public static final EhboxBusinessConnectorExceptionValues PROPERTY_MISSING
The required property [{0}] is missing

Method Detail

values

public static EhboxBusinessConnectorExceptionValues[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (EhboxBusinessConnectorExceptionValues c : EhboxBusinessConnectorExceptionValues.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static EhboxBusinessConnectorExceptionValues valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getErrorCode

public String getErrorCode()
Returns:
the errorCode

getMessage

public String getMessage()
Returns:
the errorMessage



Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.