File not found is expected

This commit is contained in:
M66B
2021-08-05 07:28:21 +02:00
parent aa80f829f8
commit 16cd616c8e

View File

@@ -1456,6 +1456,7 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
// DecoderException: unable to decode base64 string: invalid characters encountered in base64 data
boolean expected =
(ex instanceof IllegalArgumentException ||
ex instanceof FileNotFoundException ||
ex instanceof CertificateException ||
ex instanceof DecoderException ||
ex instanceof SecurityException);