StepletAbortException class

This exception can be thrown from a Steplet object to abort processing of that steplet and any subsequent steplets in the session.

Syntax

public class StepletAbortException extends AgentryException

Members

All members of StepletAbortException, including inherited members.

Constructors
Modifier and Type Constructor Description
public StepletAbortException(String) Constructs a new StepletAbortException 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

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.