Objects for which data could not be fetched. This can be omitted to signal
the failure to return any object in the case of a DataProviderAdapter.
properties
java.lang.String[] properties
Properties that were not fetched.
rootCause
java.lang.Throwable rootCause
Error describing why the data could not be retrieved. The DataException's message
will be set to that rootCause's message.
Note: when the DataException is serialized back in the UI as an ActionScript
object the rootCause will be null if there is no equivalent Flex error object
but the DataException message is preserved to describe the rootCause.
Class com.vmware.vise.data.query.DataServiceException extends java.lang.RuntimeException implements Serializable