|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenInsBusinessConnectorExceptionValues | |
---|---|
be.ehealth.businessconnector.genins.exception |
Uses of GenInsBusinessConnectorExceptionValues in be.ehealth.businessconnector.genins.exception |
---|
Methods in be.ehealth.businessconnector.genins.exception that return GenInsBusinessConnectorExceptionValues | |
---|---|
static GenInsBusinessConnectorExceptionValues |
GenInsBusinessConnectorExceptionValues.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GenInsBusinessConnectorExceptionValues[] |
GenInsBusinessConnectorExceptionValues.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in be.ehealth.businessconnector.genins.exception with parameters of type GenInsBusinessConnectorExceptionValues | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |