Uses of Class
io.quarkus.vault.VaultException
-
Packages that use VaultException Package Description io.quarkus.vault.runtime io.quarkus.vault.runtime.client io.quarkus.vault.transit -
-
Uses of VaultException in io.quarkus.vault.runtime
Subclasses of VaultException in io.quarkus.vault.runtime Modifier and Type Class Description classVaultIOException -
Uses of VaultException in io.quarkus.vault.runtime.client
Subclasses of VaultException in io.quarkus.vault.runtime.client Modifier and Type Class Description classVaultClientException -
Uses of VaultException in io.quarkus.vault.transit
Subclasses of VaultException in io.quarkus.vault.transit Modifier and Type Class Description classVaultBatchExceptionBase class for batch exceptions.classVaultDecryptionBatchExceptionBatch exception thrown fromVaultTransitSecretEngine.decrypt(String, List)if any error occurs.classVaultEncryptionBatchExceptionBatch exception thrown fromVaultTransitSecretEngine.encrypt(String, List)if any error occurs.classVaultRewrappingBatchExceptionBatch exception thrown fromVaultTransitSecretEngine.rewrap(String, List)if any error occurs.classVaultSigningBatchExceptionBatch exception thrown fromVaultTransitSecretEngine.decrypt(String, List)if any error occurs.classVaultVerificationBatchExceptionBatch exception thrown fromVaultTransitSecretEngine.verifySignature(String, List)if any error occurs.
-