Commit d0b7c29
committed
Wrap zarr-java S3 failures in StoreAccessException
S3Store reported S3 errors as the AWS SDK's unchecked SdkException, which
escaped the StoreException-only catch and surfaced unhandled in Fiji. Catch
both exception types now and drop the MockedConstruction from
storeAccessErrorIsReportedToErrorHandler so ZARR_JAVA exercises the same
real path as N5.1 parent 9e73115 commit d0b7c29
2 files changed
Lines changed: 7 additions & 30 deletions
File tree
- ome-zarr-fiji-ui/src/test/java/ome/zarr/fijiui/open
- ome-zarr-zarrjava/src/main/java/ome/zarr/zarrjava
Lines changed: 4 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
| |||
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
98 | | - | |
99 | | - | |
100 | 97 | | |
101 | 98 | | |
102 | 99 | | |
| |||
685 | 682 | | |
686 | 683 | | |
687 | 684 | | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | | - | |
699 | | - | |
700 | | - | |
701 | | - | |
702 | | - | |
703 | | - | |
704 | | - | |
705 | | - | |
706 | | - | |
707 | | - | |
708 | | - | |
709 | | - | |
710 | | - | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
711 | 689 | | |
712 | 690 | | |
713 | 691 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
260 | 261 | | |
261 | 262 | | |
262 | 263 | | |
263 | | - | |
| 264 | + | |
264 | 265 | | |
265 | | - | |
266 | | - | |
267 | | - | |
| 266 | + | |
268 | 267 | | |
269 | 268 | | |
270 | 269 | | |
| |||
0 commit comments