RetryTransactionWithChangeException(String, String, String, Throwable) constructor
Constructs a new RetryTransactionWithChangeException object.
Syntax
public
RetryTransactionWithChangeException
(
String
title
,
String
text
,
String
okLabel
,
Throwable
cause
)
Parameters
-
title –
The window title for the error displayed on the client.
-
text –
The window text for the error displayed on the client.
-
okLabel –
The label for the acknowledgment button in the client's error window.
-
cause –
The causing exception