|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
be.ehealth.technicalconnector.exception.ConnectorException
be.ehealth.businessconnector.civics.exception.CivicsBusinessConnectorException
public class CivicsBusinessConnectorException
Exception for Civics Connector. Extends : ConnectorException
Constructor Summary | |
---|---|
CivicsBusinessConnectorException(BusinessError errorType,
String errorMsg)
Constructor used specifically for target invocations |
|
CivicsBusinessConnectorException(CivicsBusinessConnectorExceptionValues errorCodeValue,
SOAErrorType causeError,
Object... params)
Creates a new CivicsBusinessConnectorException |
|
CivicsBusinessConnectorException(CivicsBusinessConnectorExceptionValues errorCodeValue,
Throwable e,
Object... params)
Creates a new CivicsBusinessConnectorException |
|
CivicsBusinessConnectorException(SystemError errorType,
String errorMsg)
Constructor used specifically for target invocations |
Method Summary | |
---|---|
SOAErrorType |
getSOAError()
|
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 |
---|
public CivicsBusinessConnectorException(CivicsBusinessConnectorExceptionValues errorCodeValue, SOAErrorType causeError, Object... params)
errorCodeValue
- the CivicsBusinessConnectorExceptionValuecauseError
- the SOAErrorTypeparams
- the strings to complete the errorCodeValue messagepublic CivicsBusinessConnectorException(CivicsBusinessConnectorExceptionValues errorCodeValue, Throwable e, Object... params)
errorCodeValue
- the CivicsBusinessConnectorExceptionValuee
- the initial errorparams
- the strings to complete the errorCodeValue messagepublic CivicsBusinessConnectorException(BusinessError errorType, String errorMsg)
errorType
- errorMsg
- faultInfo
- SamCivicsServiceImpl}
public CivicsBusinessConnectorException(SystemError errorType, String errorMsg)
errorType
- errorMsg
- Method Detail |
---|
public SOAErrorType getSOAError()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |