Package | Description |
---|---|
oracle.okv.exception |
This package contains all the exceptions thrown by the Java SDK Oracle Key
Vault interface.
|
Modifier and Type | Class and Description |
---|---|
class |
OKVAppNamespaceNotSuppException
Thrown when an application namespace is not supported.
|
class |
OKVAuthNotSuccessfulException
Thrown when the authentication is not successful.
|
class |
OKVCryptographicFailureException
Thrown when a cryptographic failure occurs.
|
class |
OKVEncodingOptionException
Thrown when the encoding option is not permitted which can result when
the key wrapping specification contains attribute names.
|
class |
OKVFeatureNotSuppException
Thrown when a feature is not supported.
|
class |
OKVGeneralFailureException
Thrown for general failures.
|
class |
OKVIllegalOperationException
Thrown during an illegal operation.
|
class |
OKVIndexOutOfBoundsException
Thrown for an index out of bounds error.
|
class |
OKVInsufficientGrpPrivException
Thrown when group privileges are insufficient.
|
class |
OKVInvalidFieldException
Thrown for an invalid field.
|
class |
OKVInvalidGroupException
Thrown when an invalid object group is used.
|
class |
OKVInvalidMessageException
Thrown for an invalid message.
|
class |
OKVItemNotFoundException
Thrown for an item that is not found.
|
class |
OKVKeyCompressionTypeNotSuppException
Thrown when an object exists but it cannot be provided in the desired
key compression type.
|
class |
OKVKeyFormatTypeNotSuppException
Thrown when the key format type is not supported.
|
class |
OKVMissingDataException
Thrown when data is missing.
|
class |
OKVNoReasonException
Thrown when the key management server returns an error but the reason
for the error is not provided.
|
class |
OKVObjectArchivedException
Thrown when an object is archived.
|
class |
OKVOperationCancelledException
Thrown when a requester cancels an operation.
|
class |
OKVOperationNotSuppException
Thrown when an operation is not supported.
|
class |
OKVPermissionDeniedException
Thrown when permission is denied.
|
class |
OKVResponseTooLargeException
Thrown when the response is too large.
|
class |
OKVRestrictedModeException
Thrown when Oracle Key Vault is in restricted mode.
|