be.ehealth.businessconnector.recipe.exception
Class RecipeBusinessConnectorException

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.recipe.exception.RecipeBusinessConnectorException
All Implemented Interfaces:
Serializable

Deprecated.

@Deprecated
public class RecipeBusinessConnectorException
extends ConnectorException

Connector Excpetion for the Recipe Service.

See Also:
Serialized Form

Constructor Summary
RecipeBusinessConnectorException(RecipeBusinessConnectorExceptionValues errorCodeValue, Object... params)
          Deprecated. Creates a new RecipeBusinessConnectorException
RecipeBusinessConnectorException(RecipeBusinessConnectorExceptionValues errorCodeValue, Throwable e, Object... params)
          Deprecated. Creates a new RecipeBusinessConnectorException
 
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

RecipeBusinessConnectorException

public RecipeBusinessConnectorException(RecipeBusinessConnectorExceptionValues errorCodeValue,
                                        Object... params)
Deprecated. 
Creates a new RecipeBusinessConnectorException

Parameters:
errorCodeValue - The RecipeBusinessConnectorExceptionValues
params - The strings to complete the errorCode message

RecipeBusinessConnectorException

public RecipeBusinessConnectorException(RecipeBusinessConnectorExceptionValues errorCodeValue,
                                        Throwable e,
                                        Object... params)
Deprecated. 
Creates a new RecipeBusinessConnectorException

Parameters:
errorCodeValue - The RecipeBusinessConnectorExceptionValues
e - the cause
params - The strings to complete the errorCode message



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