FatalTransactionException(String, Throwable) constructor
Constructs a new FatalTransactionException object.
Syntax
public
FatalTransactionException
(
String
message
,
Throwable
cause
)
Parameters
-
message –
The error message, which will be logged
-
cause –
The underlying exception
Usage
No error notification window will be displayed on the client.
This constructor creates an exception that results in a "Fatal without message" transaction error.