be.ehealth.businessconnector.genericasync.exception
Class GenAsyncBusinessConnectorException

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.genericasync.exception.GenAsyncBusinessConnectorException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GenAsyncSignatureValidationConnectorException

public class GenAsyncBusinessConnectorException
extends ConnectorException

Connector Exception for Generic Async Connector.

See Also:
Serialized Form

Constructor Summary
GenAsyncBusinessConnectorException(GenAsyncBusinessConnectorExceptionValues errorCodeValue)
          builder
GenAsyncBusinessConnectorException(GenAsyncBusinessConnectorExceptionValues errorCodeValue, Object... params)
          builder
GenAsyncBusinessConnectorException(GenAsyncBusinessConnectorExceptionValues errorCodeValue, Throwable e, Object... params)
          builder
 
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

GenAsyncBusinessConnectorException

public GenAsyncBusinessConnectorException(GenAsyncBusinessConnectorExceptionValues errorCodeValue,
                                          Object... params)
builder

Parameters:
errorCodeValue -
params -

GenAsyncBusinessConnectorException

public GenAsyncBusinessConnectorException(GenAsyncBusinessConnectorExceptionValues errorCodeValue)
builder

Parameters:
errorCodeValue -

GenAsyncBusinessConnectorException

public GenAsyncBusinessConnectorException(GenAsyncBusinessConnectorExceptionValues errorCodeValue,
                                          Throwable e,
                                          Object... params)
builder

Parameters:
errorCodeValue -
e -
params -



Connector Packaging TRUSSMAKER 3.20.2 API
Copyright © {inceptionYear}-2020 eHealth. All Rights Reserved.