RetryTransactionWithChangeException(String, String, String) constructor
Constructs a new RetryTransactionWithChangeException object.
Syntax
public
RetryTransactionWithChangeException
(
String
title
,
String
text
,
String
okLabel
)
Parameters
-
title –
The window title for the notification displayed on the client.
-
text –
The text for the notification window displayed on the client, which should describe to the user what changes they need to make in order for the transaction to succeed.
-
okLabel –
The label for the acknowledgment button in the client's notification window.