| Package | Description |
|---|---|
| com.vmware.vapi.bindings | |
| com.vmware.vapi.bindings.type |
Representation of the IDL types for the use of the Java language bindings.
|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
abstract Set<ErrorType> |
StubConfigurationBase.getErrorTypes()
Returns
ErrorTypes to be used for resolving VMODL2 for
method invocations by the configured Stub. |
Set<ErrorType> |
StubConfiguration.getErrorTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
StubConfiguration.registerErrorTypes(List<ErrorType> errors)
Registers a list of
ErrorTypes to be used by the
configured stub for resolving VMODL2 errors received as
result of a method invocation. |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeVisitor.visit(ErrorType type)
Invoked by
accept(TypeVisitor). |
| Modifier and Type | Field and Description |
|---|---|
static ErrorType |
StructDefinitions.alreadyExists |
static ErrorType |
StructDefinitions.alreadyInDesiredState |
static ErrorType |
StructDefinitions.canceled |
static ErrorType |
StructDefinitions.concurrentChange |
static ErrorType |
StructDefinitions.error |
static ErrorType |
StructDefinitions.featureInUse |
static ErrorType |
StructDefinitions.internalServerError |
static ErrorType |
StructDefinitions.invalidArgument |
static ErrorType |
StructDefinitions.invalidElementConfiguration |
static ErrorType |
StructDefinitions.invalidElementType |
static ErrorType |
StructDefinitions.invalidRequest |
static ErrorType |
StructDefinitions.notAllowedInCurrentState |
static ErrorType |
StructDefinitions.notFound |
static ErrorType |
StructDefinitions.operationNotFound |
static ErrorType |
StructDefinitions.resourceBusy |
static ErrorType |
StructDefinitions.resourceInaccessible |
static ErrorType |
StructDefinitions.resourceInUse |
static ErrorType |
StructDefinitions.serviceUnavailable |
static ErrorType |
StructDefinitions.timedOut |
static ErrorType |
StructDefinitions.unableToAllocateResource |
static ErrorType |
StructDefinitions.unauthenticated |
static ErrorType |
StructDefinitions.unauthorized |
static ErrorType |
StructDefinitions.unexpectedInput |
static ErrorType |
StructDefinitions.unsupported |
static ErrorType |
StructDefinitions.unverifiedPeer |
| Modifier and Type | Method and Description |
|---|---|
static ErrorType |
UnverifiedPeer._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
Unsupported._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
UnexpectedInput._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
Unauthorized._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
Unauthenticated._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
UnableToAllocateResource._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
TimedOut._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
ServiceUnavailable._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
ResourceInaccessible._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
ResourceInUse._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
ResourceBusy._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
OperationNotFound._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
NotFound._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
NotAllowedInCurrentState._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
InvalidRequest._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
InvalidElementType._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
InvalidElementConfiguration._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
InvalidArgument._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
InternalServerError._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
FeatureInUse._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
Error._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
ConcurrentChange._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
Canceled._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
AlreadyInDesiredState._getClassType()
WARNING: Internal method, subject to change in future versions.
|
static ErrorType |
AlreadyExists._getClassType()
WARNING: Internal method, subject to change in future versions.
|
ErrorType |
UnverifiedPeer._getType() |
ErrorType |
Unsupported._getType() |
ErrorType |
UnexpectedInput._getType() |
ErrorType |
Unauthorized._getType() |
ErrorType |
Unauthenticated._getType() |
ErrorType |
UnableToAllocateResource._getType() |
ErrorType |
TimedOut._getType() |
ErrorType |
ServiceUnavailable._getType() |
ErrorType |
ResourceInaccessible._getType() |
ErrorType |
ResourceInUse._getType() |
ErrorType |
ResourceBusy._getType() |
ErrorType |
OperationNotFound._getType() |
ErrorType |
NotFound._getType() |
ErrorType |
NotAllowedInCurrentState._getType() |
ErrorType |
InvalidRequest._getType() |
ErrorType |
InvalidElementType._getType() |
ErrorType |
InvalidElementConfiguration._getType() |
ErrorType |
InvalidArgument._getType() |
ErrorType |
InternalServerError._getType() |
ErrorType |
FeatureInUse._getType() |
ErrorType |
Error._getType() |
ErrorType |
ConcurrentChange._getType() |
ErrorType |
Canceled._getType() |
ErrorType |
AlreadyInDesiredState._getType() |
ErrorType |
AlreadyExists._getType() |
Copyright © 2023. All rights reserved.