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() |
getErrorCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 PERSPHYSICIAN 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.