be.ehealth.businessconnector.civics.exception
Class CivicsBusinessConnectorException

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.civics.exception.CivicsBusinessConnectorException
All Implemented Interfaces:
Serializable

public class CivicsBusinessConnectorException
extends ConnectorException

Exception for Civics Connector. Extends : ConnectorException

See Also:
Serialized Form

Constructor Summary
CivicsBusinessConnectorException(BusinessError errorType, String errorMsg)
          Constructor used specifically for target invocations
CivicsBusinessConnectorException(CivicsBusinessConnectorExceptionValues errorCodeValue, SOAErrorType causeError, Object... params)
          Creates a new CivicsBusinessConnectorException
CivicsBusinessConnectorException(CivicsBusinessConnectorExceptionValues errorCodeValue, Throwable e, Object... params)
          Creates a new CivicsBusinessConnectorException
CivicsBusinessConnectorException(SystemError errorType, String errorMsg)
          Constructor used specifically for target invocations
 
Method Summary
 SOAErrorType getSOAError()
           
 
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

CivicsBusinessConnectorException

public CivicsBusinessConnectorException(CivicsBusinessConnectorExceptionValues errorCodeValue,
                                        SOAErrorType causeError,
                                        Object... params)
Creates a new CivicsBusinessConnectorException

Parameters:
errorCodeValue - the CivicsBusinessConnectorExceptionValue
causeError - the SOAErrorType
params - the strings to complete the errorCodeValue message

CivicsBusinessConnectorException

public CivicsBusinessConnectorException(CivicsBusinessConnectorExceptionValues errorCodeValue,
                                        Throwable e,
                                        Object... params)
Creates a new CivicsBusinessConnectorException

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

CivicsBusinessConnectorException

public CivicsBusinessConnectorException(BusinessError errorType,
                                        String errorMsg)
Constructor used specifically for target invocations

Parameters:
errorType -
errorMsg -
faultInfo -
See Also:
SamCivicsServiceImpl}

CivicsBusinessConnectorException

public CivicsBusinessConnectorException(SystemError errorType,
                                        String errorMsg)
Constructor used specifically for target invocations

Parameters:
errorType -
errorMsg -
Method Detail

getSOAError

public SOAErrorType getSOAError()
Returns:
the cause



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