Package io.quarkus.vault.transit
Class VaultRewrappingBatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.quarkus.vault.VaultException
-
- io.quarkus.vault.transit.VaultBatchException
-
- io.quarkus.vault.transit.VaultRewrappingBatchException
-
- All Implemented Interfaces:
Serializable
public class VaultRewrappingBatchException extends VaultBatchException
Batch exception thrown fromVaultTransitSecretEngine.rewrap(String, List)if any error occurs. The exception contains a map of errors with the associated message, and a map of successful reencryptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VaultRewrappingBatchException(String message, Map<RewrappingRequest,EncryptionResult> results)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<RewrappingRequest,String>getErrors()Map<RewrappingRequest,String>getValid()-
Methods inherited from class io.quarkus.vault.transit.VaultBatchException
filter, getErrors, getValid
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
VaultRewrappingBatchException
public VaultRewrappingBatchException(String message, Map<RewrappingRequest,EncryptionResult> results)
-
-
Method Detail
-
getErrors
public Map<RewrappingRequest,String> getErrors()
-
getValid
public Map<RewrappingRequest,String> getValid()
-
-