DAUpdatesFailedException
Overview
The DAUpdatesFailedException class represents exceptions that are raised on the client side when there are some failures on the server side while applying data changes.
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract
- Ancestry: Exception | DAException | DAUpdatesFailedException
Properties
Changes
property Changes: array of DeltaChange read;
DeltaChange[] Changes { __get; }
Instance Methods
constructor (String) (declared in DAException)
Creates a new instance of the DAException class with the given exception message.
constructor(message: String)
DAUpdatesFailedException(String message)
Parameters:
- message: An exception message.
constructor (String, Object[]) (declared in DAException)
Creates a new instance of the DAException class with the given exception message and parameters.
constructor(message: String; parameters: array of Object)
DAUpdatesFailedException(String message, Object[] parameters)
Parameters:
- message: An exception message.
- parameters: Parameters used to format exception message.