Hitachi

uCosminexus Application Server Security Management Guide


15.3 The ChangeDataFailedException class

Description

An exception class that is called when the SSODataListener interface implementation class fails at the time of adding, correcting, or deleting data.

The package name of the ChangeDataFailedException class is com.cosminexus.admin.auth.api.repository.event.

Syntax
class ChangeDataFailedException extends UAException
{
public ChangeDataFailedException();
public ChangeDataFailedException(String msg);
}
Constructor

Constructor name

Functionality

ChangeDataFailedException constructor

Creates an instance of the ChangeDataFailedException class.

Organization of this section