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