be.ehealth.business.mycarenetcommons.exception
Class ConnectorValidationException

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.business.mycarenetcommons.exception.ConnectorValidationException
All Implemented Interfaces:
Serializable

public final class ConnectorValidationException
extends TechnicalConnectorException

Thrown when a validation of an internal created object fails.
Extends TechnicalConnectorException

See Also:
Serialized Form

Constructor Summary
ConnectorValidationException(List<ValidationError> validationErrors)
          The list of validation errors.
 
Method Summary
 List<ValidationError> getValidationErrors()
           
 
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

ConnectorValidationException

public ConnectorValidationException(List<ValidationError> validationErrors)
The list of validation errors.

Parameters:
validationErrors -
Method Detail

getValidationErrors

public List<ValidationError> getValidationErrors()
Returns:
the validationErrors



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