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