|
||||||||||
| 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.genins.exception.GenInsBusinessConnectorException
public class GenInsBusinessConnectorException
Connector Exception for Generic Insurability Connector. Extends : ConnectorException
| Constructor Summary | |
|---|---|
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 |
|
| 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 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 error
public 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 throwable
public 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 error
public 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 error| Method Detail |
|---|
public SOAErrorType getSOAError()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||