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
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.