setException(final Exception) method

Sets the exception.

Syntax

public void setException (final Exception aException)

Parameters

Returns

None

Example 1

RequestStateElement element; element.setException(new Exception());