|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DmgBusinessConnectorExceptionValues | |
---|---|
be.ehealth.businessconnector.dmg.exception |
Uses of DmgBusinessConnectorExceptionValues in be.ehealth.businessconnector.dmg.exception |
---|
Methods in be.ehealth.businessconnector.dmg.exception that return DmgBusinessConnectorExceptionValues | |
---|---|
static DmgBusinessConnectorExceptionValues |
DmgBusinessConnectorExceptionValues.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DmgBusinessConnectorExceptionValues[] |
DmgBusinessConnectorExceptionValues.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in be.ehealth.businessconnector.dmg.exception with parameters of type DmgBusinessConnectorExceptionValues | |
---|---|
DmgBusinessConnectorException(DmgBusinessConnectorExceptionValues errorCodeValue)
creates DmgBusinessConnectorException for given exceptionValue |
|
DmgBusinessConnectorException(DmgBusinessConnectorExceptionValues errorCodeValue,
Object... params)
Creates a DmgBusinessConnectorException for given exceptionValue and parameters. |
|
DmgBusinessConnectorException(DmgBusinessConnectorExceptionValues errorCodeValue,
Throwable cause,
Object... params)
creates DmgBusinessConnectorException for given exceptionValue, exception and parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |