RetryTransactionWithChangeException class

This exception can be thrown from a transactional Steplet to indicate that the transaction failed in a correctable manner, and that it should be retried by the client after prompting the user to make changes to the transaction.

Syntax

public class RetryTransactionWithChangeException extends AgentryException

Members

All members of RetryTransactionWithChangeException, including inherited members.

Constructors
Modifier and Type Constructor Description
public RetryTransactionWithChangeException(String, String, String) Constructs a new RetryTransactionWithChangeException object.
public RetryTransactionWithChangeException(String, String, String, Throwable) Constructs a new RetryTransactionWithChangeException object.
Inherited members from AgentryException
Modifier and Type Member Description
public AgentryException(String) Constructs a new AgentryException object.
public AgentryException(String, Throwable) Constructs a new AgentryException object.
public AgentryException(String, String, String, Throwable) Constructs a new AgentryException object, for methods that support throwing exceptions that may appear in the client.
public AgentryException(String, String, String) Constructs a new AgentryException object, for methods that support throwing exceptions that may appear in the client.
public final String getNotificationText() Returns the notification window text.
public final String getNotificationTitle() Returns the notification window title.
public final String getOkButtonLabel() Returns the notification window button label.

Usage

This exception is equivalent to the "Retry With Change" transaction error fatality.