getNotificationText() method

This method is called for Transaction Error-Handling Steplets.

Syntax

public String getNotificationText ()

Returns

the notification window text, or an empty string to use the text from the original exception that caused this error-handling steplet to be invoked.

Usage

It is intended to provide the error-handling steplet with a chance to override the notification window text from the original transaction failure exception. This method overrides the window text for the notification window; if it returns an empty string, then the text from the original exception will be used.