Package 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.
It also provides some classes intended to be used as payload to provide additional information about those exceptions.
-
Enum Summary Enum Description Error.Type.Values Native Javaenum
representing this enumeration class. -
Exception Summary Exception Description AlreadyExists TheAlreadyExists
exception indicates that an attempt was made to create an entity but the entity already exists.AlreadyInDesiredState TheAlreadyInDesiredState
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 TheCanceled
exception indicates that the method canceled itself in response to an explicit request to do so.ConcurrentChange TheConcurrentChange
exception indicates that a data structure, entity, or resource has been modified since some earlier point in time.Error TheError
exception describes theproperties common to all standard exceptions.FeatureInUse TheFeatureInUse
exception indicates that an action cannot be completed because a feature is in use.InternalServerError TheInternalServerError
exception indicates that the server encounters an unexpected condition that prevented it from fulfilling the request.InvalidArgument TheInvalidArgument
exception indicates that the values received for one or more parameters are not acceptable.InvalidElementConfiguration TheInvalidElementConfiguration
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 TheInvalidElementType
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 TheInvalidRequest
exception indicates that the request is malformed in such a way that the server is unable to process it.NotAllowedInCurrentState TheNotAllowedInCurrentState
exception indicates that the requested method is not allowed with a resource or service in its current state.NotFound TheNotFound
exception indicates that a specified element could not be found.OperationNotFound TheOperationNotFound
exception indicates that the method specified in the request could not be found.ResourceBusy TheResourceBusy
exception indicates that the method could not be completed because a resource it needs is busy.ResourceInaccessible TheResourceInaccessible
exception indicates that the method could not be completed because an entity is not accessible.ResourceInUse TheResourceInUse
exception indicates that the method could not be completed because a resource is in use.ServiceUnavailable TheServiceUnavailable
exception indicates that the interface is unavailable.TimedOut TheTimedOut
exception indicates that the method did not complete within the allowed amount of time.UnableToAllocateResource TheUnableToAllocateResource
exception indicates that the method failed because it was unable to allocate or acquire a required resource.Unauthenticated TheUnauthenticated
exception indicates that the method requires authentication and the user is not authenticated.Unauthorized TheUnauthorized
exception indicates that the user is not authorized to perform the method.UnexpectedInput TheUnexpectedInput
exception indicates that the request contained a parameter or property whose name is not known by the server.Unsupported TheUnsupported
exception indicates that the method is not supported by the interface.UnverifiedPeer TheUnverifiedPeer
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.