This exception can be thrown from a Steplet object to stop the processing of the currently executing step and signal to the Agentry Server that any transaction-based work completed thus far should be committed.
All members of StepletStopException, including inherited members.
ConstructorsModifier and Type | Constructor | Description |
---|---|---|
public | StepletStopException(String) | Constructs a new StepletStopException 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. |
The Agentry Server will then continue processing any remaining steps.