RetryTransactionException(String, String, String) constructor
Constructs a new RetryTransactionException object.
Syntax
public
RetryTransactionException
(
String
title
,
String
notification
,
String
okButtonLabel
)
Parameters
-
title –
The window title for the notification displayed on the client.
-
notification –
The window text for the notification displayed on the client.
-
okButtonLabel –
The label for the acknowledgment button in the client's notification window.