This exception can be thrown from a transactional Steplet to indicate that the transaction failed in a way that cannot be corrected or recovered from.
All members of FatalTransactionExceptionStop, including inherited members.
ConstructorsModifier and Type | Constructor | Description |
---|---|---|
public | FatalTransactionExceptionStop(String, String, String) | Constructs a new FatalTransactionExceptionStop object that will cause an error notification window to appear on the client. |
public | FatalTransactionExceptionStop(String, String, String, Throwable) | Constructs a new FatalTransactionExceptionStop object that will cause an error notification window to appear on the client. |
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. |
It will remove the transaction from the client and save it to the failed transactions queue on the Agentry Server. It will display an error notification window to the client user. The tranmit will always be stopped (the user will not be given the choice to stop)