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.See: Description
Class | 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. |
ArgumentLocations |
The
ArgumentLocations class describes which part(s) of the input to the
method caused the exception. |
ArgumentLocations.Builder |
Builder class for
ArgumentLocations . |
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 . |
Error.Type |
Enumeration of all standard errors.
|
ErrorsFactory |
ErrorsFactory is responsible for creating instances of services
contained inside the com.vmware.vapi.std.errors package and also has the subpackages reference
to access respective subpackage services. |
ErrorsFactory |
ErrorsFactory is responsible for creating instances of services
contained inside the com.vmware.vapi.std.errors package and also has the subpackages reference
to access respective subpackage services. |
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. |
FileLocations |
The
FileLocations class identifies the file(s) that caused the method to
report the exception. |
FileLocations.Builder |
Builder class for
FileLocations . |
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 . |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vapi.std.errors package. |
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. |
TransientIndication |
The
TransientIndication class indicates whether or not the exception is
transient. |
TransientIndication.Builder |
Builder class for
TransientIndication . |
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 . |
UnverifiedPeer |
The
UnverifiedPeer exception indicates that an attempt to connect to an
unknown or not-yet-trusted endpoint failed because the system was unable to
verify the identity of the endpoint. |
UnverifiedPeer.Builder |
Builder class for
UnverifiedPeer . |
Enum | Description |
---|---|
Error.Type.Values |
Native Java
enum representing this enumeration class. |
Exception | Description |
---|---|
AlreadyExists |
The
AlreadyExists exception indicates that an attempt was made to create
an entity but the entity already exists. |
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. |
Canceled |
The
Canceled exception indicates that the method canceled itself in
response to an explicit request to do so. |
ConcurrentChange |
The
ConcurrentChange exception indicates that a data structure, entity,
or resource has been modified since some earlier point in time. |
Error |
The
Error exception describes theproperties common to all standard
exceptions. |
FeatureInUse |
The
FeatureInUse exception indicates that an action cannot be completed
because a feature is in use. |
InternalServerError |
The
InternalServerError exception indicates that the server encounters
an unexpected condition that prevented it from fulfilling the request. |
InvalidArgument |
The
InvalidArgument exception indicates that the values received for one
or more parameters are not acceptable. |
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. |
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. |
InvalidRequest |
The
InvalidRequest exception indicates that the request is malformed in
such a way that the server is unable to process it. |
NotAllowedInCurrentState |
The
NotAllowedInCurrentState exception indicates that the requested
method is not allowed with a resource or service in its current state. |
NotFound |
The
NotFound exception indicates that a specified element could not be
found. |
OperationNotFound |
The
OperationNotFound exception indicates that the method specified in
the request could not be found. |
ResourceBusy |
The
ResourceBusy exception indicates that the method could not be
completed because a resource it needs is busy. |
ResourceInaccessible |
The
ResourceInaccessible exception indicates that the method could not
be completed because an entity is not accessible. |
ResourceInUse |
The
ResourceInUse exception indicates that the method could not be
completed because a resource is in use. |
ServiceUnavailable |
The
ServiceUnavailable exception indicates that the interface is
unavailable. |
TimedOut |
The
TimedOut exception indicates that the method did not complete within
the allowed amount of time. |
UnableToAllocateResource |
The
UnableToAllocateResource exception indicates that the method failed
because it was unable to allocate or acquire a required resource. |
Unauthenticated |
The
Unauthenticated exception indicates that the method requires
authentication and the user is not authenticated. |
Unauthorized |
The
Unauthorized exception indicates that the user is not authorized to
perform the method. |
UnexpectedInput |
The
UnexpectedInput exception indicates that the request contained a
parameter or property whose name is not known by the server. |
Unsupported |
The
Unsupported exception indicates that the method is not supported by
the interface. |
UnverifiedPeer |
The
UnverifiedPeer exception indicates that an attempt to connect to an
unknown or not-yet-trusted endpoint failed because the system was unable to
verify the identity of the endpoint. |
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. It also provides some
classes intended to be used as payload to provide additional information about
those exceptions.