Serialized Form
-
Package com.oracle.bmc
-
Class com.oracle.bmc.Realm extends Object implements Serializable
- serialVersionUID:
- -905344971L
-
Class com.oracle.bmc.Region extends Object implements Serializable
- serialVersionUID:
- -905384972L
-
Serialized Fields
-
realm
Realm realm
Get the realm this region belongs to. -
regionCode
String regionCode
The region key as defined in https://docs.oracle.com/iaas/Content/General/Concepts/regions.htm or null if none.Not using Optional
here, since that is not serializable. -
regionId
String regionId
The region identifier as defined in https://docs.oracle.com/iaas/Content/General/Concepts/regions.htm
-
-
-
Package com.oracle.bmc.auth.exception
-
Class com.oracle.bmc.auth.exception.AuthClientException extends BmcException implements Serializable
- serialVersionUID:
- 1L
-
Class com.oracle.bmc.auth.exception.AuthClientForbiddenException extends AuthClientException implements Serializable
- serialVersionUID:
- 1L
-
Class com.oracle.bmc.auth.exception.AuthClientNotAuthorizedException extends AuthClientException implements Serializable
- serialVersionUID:
- 1L
-
Class com.oracle.bmc.auth.exception.AuthServerException extends BmcException implements Serializable
- serialVersionUID:
- 1L
-
Class com.oracle.bmc.auth.exception.AuthServerUnavailableException extends AuthServerException implements Serializable
- serialVersionUID:
- 1L
-
Class com.oracle.bmc.auth.exception.InstancePrincipalUnavailableException extends IllegalArgumentException implements Serializable
-
-
Package com.oracle.bmc.auth.internal
-
Class com.oracle.bmc.auth.internal.ForwardingX509Certificate extends X509Certificate implements Serializable
-
Class com.oracle.bmc.auth.internal.X509CertificateWithOriginalPem extends ForwardingX509Certificate implements Serializable
-
Serialized Fields
-
delegate
X509Certificate delegate
-
pemEncodedCertificate
String pemEncodedCertificate
The original PEM encoded X509.
-
-
-
-
Package com.oracle.bmc.circuitbreaker
-
Class com.oracle.bmc.circuitbreaker.CallNotAllowedException extends RuntimeException implements Serializable
-
-
Package com.oracle.bmc.http.signing
-
Class com.oracle.bmc.http.signing.RequestSignerException extends RuntimeException implements Serializable
-
-
Package com.oracle.bmc.http.signing.internal
-
Class com.oracle.bmc.http.signing.internal.PEMFileRSAPrivateKeySupplier.PEMFileRSAPrivateKeySupplierException extends RuntimeException implements Serializable
-
Class com.oracle.bmc.http.signing.internal.SignedRequestException extends RuntimeException implements Serializable
- serialVersionUID:
- 8908408039973580885L
-
-
Package com.oracle.bmc.model
-
Class com.oracle.bmc.model.BmcException extends SdkRuntimeException implements Serializable
-
Serialized Fields
-
additionalProperties
Map<String,String> additionalProperties
Map for optional/unknown attributes outside of DEX error codes https://confluence.oraclecorp.com/confluence/display/DEX/Error+Codes -
isClientSide
boolean isClientSide
Flag to indicate that the exception originated from the client and not from the service.Status code and service code should not be used if this is true.
-
messageArguments
Map<String,String> messageArguments
The values to be substituted into the originalMessageTemplate, expressed as a string-to-string map.Optional field in localized error responses.
-
opcRequestId
String opcRequestId
The opc-request-id header returned by the service that should be provided for support requests.If the client timed out or failed to get a response from the service, then this is the outbound request id, i.e. either the value for the
BmcException.OPC_REQUEST_ID_HEADER
header set by the caller in an invocation callback, or otherwise a value automatically generated by the SDK. -
originalMessage
String originalMessage
A human-readable error string in English.Optional field in localized error responses.
-
originalMessageTemplate
String originalMessageTemplate
Template in ICU MessageFormat for the human-readable error string in English, but without the values replaced.Optional field in localized error responses.
-
serviceCode
String serviceCode
Service specific code returned.Null if the client timed out or failed to get a response from the service.
-
serviceDetails
ServiceDetails serviceDetails
Details about the service of the Exception -
statusCode
int statusCode
The HTTP status code. -
timeout
boolean timeout
Flag to indicate that the request timed out.Status code and service code should not be used if this is true.
-
-
-
Class com.oracle.bmc.model.SdkRuntimeException extends RuntimeException implements Serializable
-
-
Package com.oracle.bmc.waiter
-
Class com.oracle.bmc.waiter.BmcGenericWaiter.WaitConditionFailedException extends Exception implements Serializable
-