public class GenInsBusinessConnectorException extends ConnectorException
ConnectorException| Constructor and Description |
|---|
GenInsBusinessConnectorException(GenInsBusinessConnectorExceptionValues errorCodeValue,
SOAErrorType causeError,
Throwable cause)
Constructs a new exception with error code and error type
|
GenInsBusinessConnectorException(GenInsBusinessConnectorExceptionValues errorCodeValue,
SOAErrorType causeError,
Throwable cause,
Object... params)
Constructs a new exception with error code, error type and extra argument contains the detail of the error
|
GenInsBusinessConnectorException(GenInsBusinessConnectorExceptionValues errorCodeValue,
Throwable e,
Object... params)
Constructs a new exception with error code, exception and extra argument contains the detail of the error
|
GenInsBusinessConnectorException(GenInsBusinessConnectorExceptionValues errorCodeValue,
Throwable cause,
String param)
Constructs a new exception with errorCodeValue and extra argument param contains the detail of the error
|
| Modifier and Type | Method and Description |
|---|---|
SOAErrorType |
getSOAError() |
getErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic GenInsBusinessConnectorException(GenInsBusinessConnectorExceptionValues errorCodeValue, SOAErrorType causeError, Throwable cause, Object... params)
errorCodeValue - The detail message (which is construct using the enum GenInsBusinessConnectorExceptionValues)causeError - the cause of error which is SOAErrorType error typecause - the causing exceptionparams - : The extra arguments which contains the details of the errorpublic GenInsBusinessConnectorException(GenInsBusinessConnectorExceptionValues errorCodeValue, SOAErrorType causeError, Throwable cause)
errorCodeValue - The detail message (which is construct using the enum GenInsBusinessConnectorExceptionValues)causeError - the cause of error which is SOAErrorType error typecause - original causing throwablepublic GenInsBusinessConnectorException(GenInsBusinessConnectorExceptionValues errorCodeValue, Throwable e, Object... params)
errorCodeValue - The detail message (which is construct using the enum GenInsBusinessConnectorExceptionValues)e - The exception thrownparams - The extra arguments which contains the details of the errorpublic GenInsBusinessConnectorException(GenInsBusinessConnectorExceptionValues errorCodeValue, Throwable cause, String param)
errorCodeValue - The detail message (which is construct using the enum GenInsBusinessConnectorExceptionValues)param - The extra arguments which contains the details of the errorpublic SOAErrorType getSOAError()
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.