be.ehealth.technicalconnector.exception
Class TechnicalConnectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by be.ehealth.technicalconnector.exception.ConnectorException
              extended by be.ehealth.technicalconnector.exception.TechnicalConnectorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BeIDPinCodeException, CertificateVerificationException, ConnectorValidationException, EhboxCryptoException, InvalidBlobContentConnectorException, InvalidTimeStampException, NoNextEndpointException, RaException, RetryNextEndpointException, SessionManagementException, SilentInstantiationException, SoaErrorException, UnsealConnectorException

public class TechnicalConnectorException
extends ConnectorException

The Class TechnicalConnectorException..

See Also:
Serialized Form

Constructor Summary
TechnicalConnectorException(TechnicalConnectorExceptionValues errorCodeValue, Object... params)
          Creates a new TechnicalConnectorException.
TechnicalConnectorException(TechnicalConnectorExceptionValues errorCodeValue, Throwable e, Object... params)
          Creates a new TechnicalConnectorException.
 
Method Summary
 TechnicalConnectorExceptionValues getCategory()
           
 
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

TechnicalConnectorException

public TechnicalConnectorException(TechnicalConnectorExceptionValues errorCodeValue,
                                   Object... params)
Creates a new TechnicalConnectorException.

Parameters:
errorCodeValue - an entry from TechnicalConnectorExceptionValues enumeration
params - the strings that complete the errorCodeValue message

TechnicalConnectorException

public TechnicalConnectorException(TechnicalConnectorExceptionValues errorCodeValue,
                                   Throwable e,
                                   Object... params)
Creates a new TechnicalConnectorException.

Parameters:
errorCodeValue - an entry from TechnicalConnectorExceptionValues enumeration
e - the initial exception
params - the strings that complete the errorCodeValue message
Method Detail

getCategory

public TechnicalConnectorExceptionValues getCategory()
Returns:
the errorCodeValue



Connector Business ORGPHARMACY 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.