diff --git a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/ImportOperation.java b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/ImportOperation.java index 2d38533e4..d465bde04 100644 --- a/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/ImportOperation.java +++ b/OpenKeychain/src/main/java/org/sufficientlysecure/keychain/operations/ImportOperation.java @@ -512,7 +512,7 @@ public class ImportOperation extends BaseOperation { // Since serialKeyRingImport does not throw any exceptions, this is what // would have happened if // we were importing the key on this thread - throw new RuntimeException(); + throw new RuntimeException(e); } } }