| Package | Description |
|---|---|
| com.vmware.vapi.std.errors |
The
com.vmware.vapi.std.errors package provides the standard exceptions
that can be included in the list of exceptions in the specification of methods
to indicate that the method might report those exceptions. |
| Class and Description |
|---|
| AlreadyExists
The
AlreadyExists exception indicates that an attempt was made to create
an entity but the entity already exists. |
| AlreadyExists.Builder
Builder class for
AlreadyExists. |
| AlreadyInDesiredState
The
AlreadyInDesiredState exception indicates that an attempt to change
the state of a resource or service had no effect because the resource or service
is already in the desired state. |
| AlreadyInDesiredState.Builder
Builder class for
AlreadyInDesiredState. |
| ArgumentLocations
The
ArgumentLocations class describes which part(s) of the input to the
method caused the exception. |
| Canceled
The
Canceled exception indicates that the method canceled itself in
response to an explicit request to do so. |
| Canceled.Builder
Builder class for
Canceled. |
| ConcurrentChange
The
ConcurrentChange exception indicates that a data structure, entity,
or resource has been modified since some earlier point in time. |
| ConcurrentChange.Builder
Builder class for
ConcurrentChange. |
| Error
The
Error exception describes theproperties common to all standard
exceptions. |
| Error.Builder
Builder class for
Error. |
| FeatureInUse
The
FeatureInUse exception indicates that an action cannot be completed
because a feature is in use. |
| FeatureInUse.Builder
Builder class for
FeatureInUse. |
| FileLocations
The
FileLocations class identifies the file(s) that caused the method to
report the exception. |
| InternalServerError
The
InternalServerError exception indicates that the server encounters
an unexpected condition that prevented it from fulfilling the request. |
| InternalServerError.Builder
Builder class for
InternalServerError. |
| InvalidArgument
The
InvalidArgument exception indicates that the values received for one
or more parameters are not acceptable. |
| InvalidArgument.Builder
Builder class for
InvalidArgument. |
| InvalidElementConfiguration
The
InvalidElementConfiguration exception indicates that an attempt to
modify the configuration of an element or a group containing the element failed
due to the configuraton of the element. |
| InvalidElementConfiguration.Builder
Builder class for
InvalidElementConfiguration. |
| InvalidElementType
The
InvalidElementType exception indicates that the server was unable to
fulfil the request because an element of a specific type cannot be a member of
particular group. |
| InvalidElementType.Builder
Builder class for
InvalidElementType. |
| InvalidRequest
The
InvalidRequest exception indicates that the request is malformed in
such a way that the server is unable to process it. |
| InvalidRequest.Builder
Builder class for
InvalidRequest. |
| NotAllowedInCurrentState
The
NotAllowedInCurrentState exception indicates that the requested
method is not allowed with a resource or service in its current state. |
| NotAllowedInCurrentState.Builder
Builder class for
NotAllowedInCurrentState. |
| NotFound
The
NotFound exception indicates that a specified element could not be
found. |
| NotFound.Builder
Builder class for
NotFound. |
| OperationNotFound
The
OperationNotFound exception indicates that the method specified in
the request could not be found. |
| OperationNotFound.Builder
Builder class for
OperationNotFound. |
| ResourceBusy
The
ResourceBusy exception indicates that the method could not be
completed because a resource it needs is busy. |
| ResourceBusy.Builder
Builder class for
ResourceBusy. |
| ResourceInaccessible
The
ResourceInaccessible exception indicates that the method could not
be completed because an entity is not accessible. |
| ResourceInaccessible.Builder
Builder class for
ResourceInaccessible. |
| ResourceInUse
The
ResourceInUse exception indicates that the method could not be
completed because a resource is in use. |
| ResourceInUse.Builder
Builder class for
ResourceInUse. |
| ServiceUnavailable
The
ServiceUnavailable exception indicates that the interface is
unavailable. |
| ServiceUnavailable.Builder
Builder class for
ServiceUnavailable. |
| TimedOut
The
TimedOut exception indicates that the method did not complete within
the allowed amount of time. |
| TimedOut.Builder
Builder class for
TimedOut. |
| TransientIndication
The
TransientIndication class indicates whether or not the exception is
transient. |
| UnableToAllocateResource
The
UnableToAllocateResource exception indicates that the method failed
because it was unable to allocate or acquire a required resource. |
| UnableToAllocateResource.Builder
Builder class for
UnableToAllocateResource. |
| Unauthenticated
The
Unauthenticated exception indicates that the method requires
authentication and the user is not authenticated. |
| Unauthenticated.Builder
Builder class for
Unauthenticated. |
| Unauthorized
The
Unauthorized exception indicates that the user is not authorized to
perform the method. |
| Unauthorized.Builder
Builder class for
Unauthorized. |
| UnexpectedInput
The
UnexpectedInput exception indicates that the request contained a
parameter or property whose name is not known by the server. |
| UnexpectedInput.Builder
Builder class for
UnexpectedInput. |
| Unsupported
The
Unsupported exception indicates that the method is not supported by
the interface. |
| Unsupported.Builder
Builder class for
Unsupported. |
Copyright © 2016. All Rights Reserved.