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.
All members of RetryTransactionWithChangeException, including inherited members.
ConstructorsModifier 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. |
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. |
This exception is equivalent to the "Retry With Change" transaction error fatality.