vSphere Client SDK API Documentation : version 5.5.0.1300321

Serialized Form


Package com.vmware.vise.core.model

Class com.vmware.vise.core.model.ArrayDataObject extends com.vmware.vise.core.model.DataObject implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.vmware.vise.core.model.BooleanDataObject extends com.vmware.vise.core.model.DataObject implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.vmware.vise.core.model.CompositeException extends MutableMessageException implements Serializable

serialVersionUID: 1L

Serialized Fields

_exceptions

Exception[] _exceptions

Class com.vmware.vise.core.model.DataObject extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.vmware.vise.core.model.DateDataObject extends com.vmware.vise.core.model.DataObject implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.vmware.vise.core.model.MutableMessageException extends Exception implements Serializable

serialVersionUID: -1L

Serialized Fields

_msg

String _msg

Class com.vmware.vise.core.model.NumberDataObject extends com.vmware.vise.core.model.DataObject implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.vmware.vise.core.model.StringDataObject extends com.vmware.vise.core.model.DataObject implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Class com.vmware.vise.core.model.UriWrapper extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput arg0)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput arg0)
                   throws IOException
Throws:
IOException

Package com.vmware.vise.data.query

Class com.vmware.vise.data.query.DataException extends MutableMessageException implements Serializable

serialVersionUID: 1L

Serialized Fields

objects

Object[] objects
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

String[] properties
Properties that were not fetched.


rootCause

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 RuntimeException implements Serializable

serialVersionUID: 1L


Package com.vmware.vise.security

Class com.vmware.vise.security.DefaultAuthenticationException extends org.springframework.security.core.AuthenticationException implements Serializable

serialVersionUID: 1L

Class com.vmware.vise.security.WebAuthenticationDetails extends org.springframework.security.web.authentication.WebAuthenticationDetails implements Serializable

serialVersionUID: 1L

Serialized Fields

_request

javax.servlet.http.HttpServletRequest _request

_response

javax.servlet.http.HttpServletResponse _response

_parameterMap

Map<K,V> _parameterMap


vSphere Client SDK API Documentation : version 5.5.0.1300321

Copyright @ 2012 VMware, Inc. All rights reserved.