be.ehealth.technicalconnector.exception
Class UnsealConnectorException

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
                  extended by be.ehealth.technicalconnector.exception.UnsealConnectorException
All Implemented Interfaces:
Serializable

public class UnsealConnectorException
extends TechnicalConnectorException

Exception class for Unseal connector exceptions.

See Also:
Serialized Form

Constructor Summary
UnsealConnectorException(UnsealConnectorExceptionValues errorCodeValue, be.fgov.ehealth.etee.crypto.status.CryptoResult<?> result, Object... params)
          Creates a new UnsealConnectorException.
UnsealConnectorException(UnsealConnectorExceptionValues errorCodeValue, Throwable e, Object... params)
           
 
Method Summary
 be.fgov.ehealth.etee.crypto.status.CryptoResult<?> getUnsealResult()
           
 
Methods inherited from class be.ehealth.technicalconnector.exception.TechnicalConnectorException
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

UnsealConnectorException

public UnsealConnectorException(UnsealConnectorExceptionValues errorCodeValue,
                                be.fgov.ehealth.etee.crypto.status.CryptoResult<?> result,
                                Object... params)
Creates a new UnsealConnectorException.

Parameters:
errorCodeValue - an entry from UnsealConnectorExceptionValues enumeration
result - the unseal result
params - the strings that complete the errorCodeValue message

UnsealConnectorException

public UnsealConnectorException(UnsealConnectorExceptionValues errorCodeValue,
                                Throwable e,
                                Object... params)
Parameters:
errorCodeValue - an entry from UnsealConnectorExceptionValues enumeration
e - the initial exception
params - the strings that complete the errorCodeValue message
Method Detail

getUnsealResult

public final be.fgov.ehealth.etee.crypto.status.CryptoResult<?> getUnsealResult()
Returns:
the result



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