be.ehealth.businessconnector.hub.exception
Class IntraHubBusinessConnectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by be.ehealth.technicalconnector.exception.ConnectorException
              extended by be.ehealth.businessconnector.hub.exception.IntraHubBusinessConnectorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
KmehrBusinessConnectorException

public class IntraHubBusinessConnectorException
extends ConnectorException

Exception for errors in the Intrahub Connector.

See Also:
Serialized Form

Constructor Summary
IntraHubBusinessConnectorException(IntraHubBusinessConnectorExceptionValues errorCodeValue, Object... params)
          Creates a new IntrahubBusinessConnectorException
IntraHubBusinessConnectorException(IntraHubBusinessConnectorExceptionValues errorCodeValue, Throwable e, Object... params)
          Creates a new IntraHubBusinessConnectorExceptionValues
 
Method Summary
 
Methods inherited from class be.ehealth.technicalconnector.exception.ConnectorException
getErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntraHubBusinessConnectorException

public IntraHubBusinessConnectorException(IntraHubBusinessConnectorExceptionValues errorCodeValue,
                                          Object... params)
Creates a new IntrahubBusinessConnectorException

Parameters:
errorCodeValue - the IntraHubBusinessConnectorExceptionValues
params - the strings to complete the errorCodeValue message

IntraHubBusinessConnectorException

public IntraHubBusinessConnectorException(IntraHubBusinessConnectorExceptionValues errorCodeValue,
                                          Throwable e,
                                          Object... params)
Creates a new IntraHubBusinessConnectorExceptionValues

Parameters:
errorCodeValue - the IntraHubBusinessConnectorExceptionValues
e - the initial error
params - the strings to complete the errorCodeValue message



Connector Business ORGPHARMACY 3.13.1 API
Copyright © {inceptionYear}-2017 eHealth. All Rights Reserved.