getNotificationTitle() method

This method is called for Transaction Error-Handling Steplets.

Syntax

public String getNotificationTitle ()

Returns

the notification window title, or an empty string to use the title 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 title for the notification window; if it returns an empty string, then the title from the original exception will be used.