uCosminexus Application Server, Security Management Guide

[Contents][Index][Back][Next]

The ChangeDataFailedException constructor

Description

Uses the error message specified by the parameter to create an instance of the ChangeDataFailedException class.

Syntax

public ChangeDataFailedException();
 
public ChangeDataFailedException(String msg);

Parameter

msg:
Specifies the error message.

Exceptions

None