Hitachi

uCosminexus Application Server Security Management Guide


The setException method

Organization of this page

Description

Stores the exception object that caused an exception into this object. If an exception already exists for the same listener, it is overwritten.

Syntax

public void setException(SSODataListener listener,
                              ChangeDataFailedException exception);

Parameters

listener:

Specifies the listener object where an exception occurred.

exception:

Specifies the ChangeDataFailedException object that was generated in the listener.

Exceptions

None

Return value

None