Backup Decryption Exception
class BackupDecryptionException(message: String = "Failed to decrypt backup - incorrect PIN or password", cause: Throwable? = null) : Exception
Exception thrown when backup decryption fails (wrong PIN/password).