Uses of Class
vaultWeb.exceptions.DecryptionFailedException
Packages that use DecryptionFailedException
-
Uses of DecryptionFailedException in vaultWeb.exceptions
Methods in vaultWeb.exceptions with parameters of type DecryptionFailedExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String> GlobalExceptionHandler.handleDecryptionFailed(DecryptionFailedException ex) Handles DecryptionFailedException and returns 500 Internal Server Error.