Uses of Class
io.quarkus.vault.transit.VaultBatchException
-
Packages that use VaultBatchException Package Description io.quarkus.vault.transit -
-
Uses of VaultBatchException in io.quarkus.vault.transit
Subclasses of VaultBatchException in io.quarkus.vault.transit Modifier and Type Class Description 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.
-