This exception can be thrown from a Steplet object to abort processing of that steplet and any subsequent steplets in the session.
All members of StepletAbortException, including inherited members.
ConstructorsModifier and Type | Constructor | Description |
---|---|---|
public | StepletAbortException(String) | Constructs a new StepletAbortException 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 roll back any transactional work that has been done so far for the step, and will not execute any subsequent steps. It will trigger the sessionAborted method of the appropriate session object.