FatalTransactionException(String, String, String, Throwable) constructor
Constructs a new FatalTransactionException object that will cause an error notification window to appear on the client.
Syntax
public
FatalTransactionException
(
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
Usage
This constructor creates an exception that results in a "Fatal with message" transaction error.