be.ehealth.technicalconnector.exception
Class SessionManagementException

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.SessionManagementException
All Implemented Interfaces:
Serializable

public class SessionManagementException
extends TechnicalConnectorException

The Class SessionManagementException.

See Also:
Serialized Form

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

SessionManagementException

public SessionManagementException(SessionManagementExceptionValues errorCodeValue,
                                  Object... params)
Creates a new SessionManagementException

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

SessionManagementException

public SessionManagementException(SessionManagementExceptionValues errorCodeValue,
                                  Throwable e,
                                  Object... params)
Creates a new SessionManagementException

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



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