Oracle Key Vault Java SDK Developer's Guide
Release 21.12
G38739-01
- Detail:
- Field |
- Constr |
- Method
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- oracle.okv.exception.OKVException
-
-
Constructor Summary
Constructors
| Constructor and Description |
OKVException(java.lang.String message)
Constructs an exception with a message.
|
OKVException(java.lang.String message,
java.lang.Exception ex)
Constructs an exception with a message and an underlying cause.
|
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
Constructor Detail
-
OKVException
public OKVException(java.lang.String message,
java.lang.Exception ex)
Constructs an exception with a message and an underlying cause.
- Parameters:
message - The reason for the exception
ex - The underlying cause of the exception
Oracle Key Vault Java SDK Developer's Guide
Release 21.12
G38739-01
- Detail:
- Field |
- Constr |
- Method
Copyright © 2025, Oracle and/or its affiliates. All Rights Reserved.